Compare commits
2 Commits
62d6833cdc
...
d15950f86c
Author | SHA1 | Date | |
---|---|---|---|
d15950f86c | |||
50907b9519 |
@ -15,12 +15,12 @@ RUN pacman -Sy --noconfirm && \
|
|||||||
lazygit luarocks python-pynvim npm bash-completion tree-sitter-cli kitty-terminfo \
|
lazygit luarocks python-pynvim npm bash-completion tree-sitter-cli kitty-terminfo \
|
||||||
lua51 openssh fortune-mod podman-compose podman-docker && \
|
lua51 openssh fortune-mod podman-compose podman-docker && \
|
||||||
pacman -Scc --noconfirm && \
|
pacman -Scc --noconfirm && \
|
||||||
rm -rf /var/cache/pacman/pkg/*
|
rm -rf /var/cache/pacman/pkg/* /usr/bin/sshd /usr/lib/systemd/system/sshd.service
|
||||||
|
|
||||||
# Create user/groups as per your script, with -l to avoid system user quirks
|
# Create user/groups as per your script, with -l to avoid system user quirks
|
||||||
RUN groupadd -g $DEV_GID $DEV_USER && \
|
RUN groupadd -g $DEV_GID $DEV_USER && \
|
||||||
groupadd -g 1002 secproc && \
|
groupadd -g 1002 secproc && groupadd -g 1003 appdata && \
|
||||||
useradd -l -ms /bin/fish -G secproc -u $DEV_UID -g $DEV_GID $DEV_USER
|
useradd -l -ms /bin/fish -G secproc appdata -u $DEV_UID -g $DEV_GID $DEV_USER
|
||||||
|
|
||||||
# ────────────────────────
|
# ────────────────────────
|
||||||
# Stage 2: Workspace Image
|
# Stage 2: Workspace Image
|
||||||
|
Reference in New Issue
Block a user