Skip to content

Commit 35fb1ad

Browse files
committed
archlinux-mingw: Sign repo key
1 parent 7054272 commit 35fb1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archlinux-mingw/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV XDG_RUNTIME_DIR=/tmp
88
# Install some useful packages
99
RUN sudo pacman -Syu --noconfirm --noprogressbar xorg-server-xvfb wine samba gst-plugins-base-libs \
1010
&& echo -e "[ownstuff]\nSigLevel = Optional TrustAll\nServer = https://ftp.f3l.de/~martchus/\$repo/os/\$arch\nServer = https://martchus.dyn.f3l.de/repo/arch/\$repo/os/\$arch" | sudo tee -a /etc/pacman.conf \
11-
&& sudo pacman-key --recv-keys B9E36A7275FC61B464B67907E06FE8F53CDC6A4C && sudo pacman -Sy --noconfirm --noprogressbar
11+
&& sudo pacman-key --recv-keys B9E36A7275FC61B464B67907E06FE8F53CDC6A4C && sudo pacman-key --lsign-key B9E36A7275FC61B464B67907E06FE8F53CDC6A4C && sudo pacman -Sy --noconfirm
1212

1313
#RUN sudo pacman -U --noconfirm https://archive.archlinux.org/packages/w/wine/wine-9.21-1-x86_64.pkg.tar.zst && echo -e '[options]\nIgnorePkg = wine' | sudo tee -a /etc/pacman.conf
1414

0 commit comments

Comments
 (0)