Skip to content

Commit 203bb17

Browse files
authored
fix: add the correct Python deps required to rebuild the repo
1 parent 30d52a9 commit 203bb17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM archlinux/archlinux:latest
44
RUN pacman-key --init && \
55
pacman-key --populate archlinux && \
66
pacman -Syu --noconfirm && \
7-
pacman -S --noconfirm base-devel git sudo archlinux-keyring nano grub archiso
7+
pacman -S --noconfirm base-devel git sudo python-rich python-gitpython archlinux-keyring nano grub archiso
88

99
# Configure pacman/makepkg
1010
RUN sed -i '/^#.*\(VerbosePkgLists\|ILoveCandy\)/s/^#//' /etc/pacman.conf && \

0 commit comments

Comments
 (0)