We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d52a9 commit 203bb17Copy full SHA for 203bb17
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ FROM archlinux/archlinux:latest
4
RUN pacman-key --init && \
5
pacman-key --populate archlinux && \
6
pacman -Syu --noconfirm && \
7
- pacman -S --noconfirm base-devel git sudo archlinux-keyring nano grub archiso
+ pacman -S --noconfirm base-devel git sudo python-rich python-gitpython archlinux-keyring nano grub archiso
8
9
# Configure pacman/makepkg
10
RUN sed -i '/^#.*\(VerbosePkgLists\|ILoveCandy\)/s/^#//' /etc/pacman.conf && \
0 commit comments