feat: remove podman support
This commit is contained in:
parent
bc3db0abae
commit
a2ea4e6344
@ -11,7 +11,7 @@ ARG DEV_GID=1001
|
|||||||
RUN pacman -Sy --noconfirm && \
|
RUN pacman -Sy --noconfirm && \
|
||||||
pacman -S --noconfirm --needed \
|
pacman -S --noconfirm --needed \
|
||||||
base-devel neovim git git-lfs fish tmux go-yq \
|
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 \
|
lazygit luarocks python-pynvim npm bash-completion tree-sitter-cli kitty-terminfo \
|
||||||
lua51 openssh && \
|
lua51 openssh && \
|
||||||
pacman -Scc --noconfirm && \
|
pacman -Scc --noconfirm && \
|
||||||
@ -54,7 +54,6 @@ RUN mkdir -p $DEV_HOME/.ssh && \
|
|||||||
done
|
done
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ENV CONTAINER_HOST=unix:///run/podman/podman.sock
|
|
||||||
USER $DEV_USER
|
USER $DEV_USER
|
||||||
|
|
||||||
CMD ["/home/devuser/start.sh"]
|
CMD ["/home/devuser/start.sh"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user