feat: remove sshd from openssh package

This commit is contained in:
Pallav Vasa 2025-05-21 10:36:38 +00:00
parent 62d6833cdc
commit 50907b9519

View File

@ -15,7 +15,7 @@ RUN pacman -Sy --noconfirm && \
lazygit luarocks python-pynvim npm bash-completion tree-sitter-cli kitty-terminfo \
lua51 openssh fortune-mod podman-compose podman-docker && \
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
RUN groupadd -g $DEV_GID $DEV_USER && \