feat: add devuser to group appuser 1003
This commit is contained in:
parent
50907b9519
commit
d15950f86c
@ -19,8 +19,8 @@ RUN pacman -Sy --noconfirm && \
|
||||
|
||||
# Create user/groups as per your script, with -l to avoid system user quirks
|
||||
RUN groupadd -g $DEV_GID $DEV_USER && \
|
||||
groupadd -g 1002 secproc && \
|
||||
useradd -l -ms /bin/fish -G secproc -u $DEV_UID -g $DEV_GID $DEV_USER
|
||||
groupadd -g 1002 secproc && groupadd -g 1003 appdata && \
|
||||
useradd -l -ms /bin/fish -G secproc appdata -u $DEV_UID -g $DEV_GID $DEV_USER
|
||||
|
||||
# ────────────────────────
|
||||
# Stage 2: Workspace Image
|
||||
|
Loading…
x
Reference in New Issue
Block a user