Skip to content

Commit ef67ba0

Browse files
dimpaseMatthias Koeppe
authored andcommitted
trying to clean up /etc/pacman
1 parent 913de89 commit ef67ba0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/bin/write-dockerfile.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ EOF
104104
UPDATE="pacman -Sy &&"
105105
EXISTS="pacman -Si"
106106
INSTALL="pacman -Su --noconfirm"
107+
cat <<EOF
108+
RUN sed -i '/^NoExtract/d' /etc/pacman.conf
109+
EOF
107110
;;
108111
nix*)
109112
# https://hub.docker.com/r/nixos/nix

0 commit comments

Comments
 (0)