File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ENV XDG_RUNTIME_DIR=/tmp
88# Install some useful packages
99RUN sudo pacman -Syu --noconfirm --noprogressbar xorg-server-xvfb wine samba gst-plugins-base-libs \
1010 && echo -e "[ownstuff]\n SigLevel = Optional TrustAll\n Server = https://ftp.f3l.de/~martchus/\$ repo/os/\$ arch\n Server = 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
You can’t perform that action at this time.
0 commit comments