Skip to content

Commit

Permalink
remove groupmod
Browse files Browse the repository at this point in the history
  • Loading branch information
buanet committed Sep 19, 2024
1 parent 2528b87 commit 14255e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN apt-get update && apt-get upgrade -y \
&& chsh -s /bin/bash iobroker \
&& usermod --home /opt/iobroker iobroker \
# && usermod -u 1000 iobroker \
&& groupmod -g 1000 iobroker \
# && groupmod -g 1000 iobroker \
&& chown root:iobroker /usr/sbin/gosu \
# Set permissions and ownership
&& chown -R iobroker:iobroker /opt/scripts /opt/userscripts \
Expand Down

0 comments on commit 14255e2

Please sign in to comment.