shut
ci/woodpecker/push/gradle Pipeline was successful Details
ci/woodpecker/push/pages Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2023-05-05 16:26:05 +02:00
parent 6eafe13cea
commit 2520218096
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 1 additions and 1 deletions

View File

@ -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 &&\