fix: install -o accepts user ID only

This commit is contained in:
Jakub Panek 2024-09-01 22:00:32 +02:00
parent 0c30febc9a
commit f3bbf22f37
No known key found for this signature in database
GPG key ID: D5E8A1F82F3BDA9D

View file

@ -8,7 +8,7 @@ RUN <<-EOF
install -d -m1777 tmp
install -d -m1777 var/tmp
install -d -m1777 var/spool/mail
install -o 1000:1000 -d -m0755 home/user
install -o 1000 -g 1000 -d -m0755 home/user
ln -sT usr/lib lib64
ln -sT usr/lib lib
ln -sT usr/bin bin