mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-17 10:29:00 +02:00
remove usermod
This commit is contained in:
@@ -66,7 +66,7 @@ RUN apt-get update && apt-get upgrade -y \
|
|||||||
# Setting up iobroker-user
|
# Setting up iobroker-user
|
||||||
&& chsh -s /bin/bash iobroker \
|
&& chsh -s /bin/bash iobroker \
|
||||||
&& usermod --home /opt/iobroker iobroker \
|
&& usermod --home /opt/iobroker iobroker \
|
||||||
&& usermod -u 1000 iobroker \
|
# && usermod -u 1000 iobroker \
|
||||||
&& groupmod -g 1000 iobroker \
|
&& groupmod -g 1000 iobroker \
|
||||||
&& chown root:iobroker /usr/sbin/gosu \
|
&& chown root:iobroker /usr/sbin/gosu \
|
||||||
# Set permissions and ownership
|
# Set permissions and ownership
|
||||||
|
|||||||
Reference in New Issue
Block a user