diff --git a/Containerfile b/Containerfile index bc6b01d..8602f70 100644 --- a/Containerfile +++ b/Containerfile @@ -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"]