feat: remove podman support

This commit is contained in:
Pallav Vasa 2025-05-17 19:27:01 +00:00
parent bc3db0abae
commit a2ea4e6344

View File

@ -11,7 +11,7 @@ ARG DEV_GID=1001
RUN pacman -Sy --noconfirm && \
pacman -S --noconfirm --needed \
base-devel neovim git git-lfs fish tmux go-yq \
nodejs python podman fzf fd ripgrep jdk-openjdk fisher yazi less \
nodejs python fzf fd ripgrep jdk-openjdk fisher yazi less \
lazygit luarocks python-pynvim npm bash-completion tree-sitter-cli kitty-terminfo \
lua51 openssh && \
pacman -Scc --noconfirm && \
@ -54,7 +54,6 @@ RUN mkdir -p $DEV_HOME/.ssh && \
done
WORKDIR /app
ENV CONTAINER_HOST=unix:///run/podman/podman.sock
USER $DEV_USER
CMD ["/home/devuser/start.sh"]