We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb99d4 commit 12228aeCopy full SHA for 12228ae
build/Dockerfile.scripts
@@ -1,7 +1,6 @@
1
FROM ev3dev-lang-java:jdk9-system
2
3
# copy build patches & scripts
4
-RUN mkdir /opt/jdkcross
5
COPY *.patch *.sh /opt/jdkcross/
6
RUN chmod +x /opt/jdkcross/*.sh
7
build/Dockerfile.system
@@ -50,6 +50,7 @@ RUN dpkg --add-architecture armel && \
50
zlib1g-dev
51
52
# download JDK 9
53
+RUN mkdir /opt/jdkcross
54
RUN curl -SL http://download.java.net/java/GA/jdk9/9.0.1/binaries/openjdk-9.0.1_linux-x64_bin.tar.gz | tar -xzC /opt/jdkcross
55
56
# prepare a nonroot user
0 commit comments