Skip to content

Commit

Permalink
archlinux-base: Fix pacman regression
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Apr 8, 2024
1 parent fa3fda3 commit e40c6ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions archlinux-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ RUN git clone https://aur.archlinux.org/aurman.git /tmp/aurman && cd /tmp/aurman

# Configure pacman to drop cache
RUN aurman -Syu --noconfirm --noedit --pgp_fetch paccache-hook && sudo sed -i "s|installed_keep=2|installed_keep=0|g" /etc/paccache-hook.conf

# https://gitlab.archlinux.org/pacman/pacman/-/merge_requests/163
RUN sudo sed -i "s|MAKEFLAGS|ZZFLAGS|g" /usr/share/makepkg/buildenv.sh

0 comments on commit e40c6ad

Please sign in to comment.