diff --git a/docker/ci-wine.Dockerfile b/docker/ci-wine.Dockerfile index 7055f58..338b40e 100644 --- a/docker/ci-wine.Dockerfile +++ b/docker/ci-wine.Dockerfile @@ -4,7 +4,7 @@ LABEL authors="johannes" RUN printf "[multilib]\nInclude = /etc/pacman.d/mirrorlist\n" >> /etc/pacman.conf RUN pacman --noconfirm -Syu curl &&\ curl https://git.frohnmeyer-wds.de/Johannes/jdk19-temurin/raw/branch/master/jdk19-temurin-19.0.2.u7-2-x86_64.pkg.tar.zst -Lo jdk19-temurin.pkg.tar.zst &&\ - pacman -U jdk19-temurin.pkg.tar.zst &&\ + pacman --noconfirm -U jdk19-temurin.pkg.tar.zst &&\ rm jdk19-temurin.pkg.tar.zst &&\ pacman --noconfirm -S p7zip zip unzip jq git mdbook gradle wine winetricks gnutls xorg-server-xvfb lib32-gnutls libunwind RUN curl https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip -Lo wix.zip &&\