From a3f393b844ed0c320bc70fb671a8123e568476c7 Mon Sep 17 00:00:00 2001 From: Pallav Vasa Date: Tue, 20 May 2025 20:42:50 +0000 Subject: [PATCH] feat: add packages podman-compose and podman-docker --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 1065ba2..bee538b 100644 --- a/Containerfile +++ b/Containerfile @@ -13,7 +13,7 @@ RUN pacman -Sy --noconfirm && \ base-devel neovim git git-lfs fish tmux go-yq rust starship podman \ nodejs python fzf fd ripgrep jdk-openjdk fisher yazi less rust-analyzer \ lazygit luarocks python-pynvim npm bash-completion tree-sitter-cli kitty-terminfo \ - lua51 openssh fortune-mod && \ + lua51 openssh fortune-mod podman-compose podman-docker && \ pacman -Scc --noconfirm && \ rm -rf /var/cache/pacman/pkg/*