Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit 4e943be

Browse files
authored
use one usermod with comma separation
1 parent ede70fd commit 4e943be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ cmake \
8686

8787

8888
# add abc to dialout and cron group trying to fix different GID for dialout group
89-
usermod -a -G 16 abc && \
90-
usermod -a -G 20 abc && \
89+
usermod -a -G 16,20 abc && \
9190

9291
# cleanup /tmp
9392
rm -rf \

0 commit comments

Comments
 (0)