From 9d0c18f94b62025b5b27dd89fbac46bd66fec890 Mon Sep 17 00:00:00 2001 From: Pallav Vasa Date: Tue, 20 May 2025 09:14:08 +0000 Subject: [PATCH] Revert "feat: add package python-pip" This reverts commit 1a9023b25f904bbf1e1e3b6a35b4ffa129404fa0. --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index d1df8bf..d9cbbe6 100644 --- a/Containerfile +++ b/Containerfile @@ -10,7 +10,7 @@ ARG DEV_GID=1001 # Install all necessary packages and clean up cache RUN pacman -Sy --noconfirm && \ pacman -S --noconfirm --needed \ - base-devel neovim git git-lfs fish tmux go-yq rust starship python-pip \ + base-devel neovim git git-lfs fish tmux go-yq rust starship \ 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 && \