Update dockerfile

This commit is contained in:
Andrea Cavalli 2020-10-08 01:27:59 +02:00
parent 7d94fd59ea
commit 20ae110c54
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ RUN git clone --depth 1 https://github.com/madler/zlib.git /tmp/zlib_cross
RUN mkdir /tmp/java11_cross
RUN cd /tmp/java11_cross
RUN wget https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.8%2B10/OpenJDK11U-jdk_x64_windows_hotspot_11.0.8_10.zip -O /tmp/java11_cross/jdk.zip
RUN unzip jdk.zip -d /tmp/java11_cross/
RUN unzip /tmp/java11_cross/jdk.zip -d /tmp/java11_cross/
RUN mv jdk-11.0.8+10/ jdk
RUN cd /home/$UNAME/work