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 32a7ac2 commit 509b9b7Copy full SHA for 509b9b7
packaging/Dockerfile
@@ -26,9 +26,6 @@ COPY *.awk *.patch *.sh /opt/jdkpkg/
26
COPY debian/ /opt/jdkpkg/debian/
27
RUN chmod +x /opt/jdkpkg/*.sh
28
29
-# this directory should be mounted
30
-VOLUME /build
31
-
32
USER compiler
33
WORKDIR /opt/jdkpkg
34
CMD ["/bin/bash", "-c", "/opt/jdkpkg/package.sh"]
scripts/Dockerfile
@@ -21,9 +21,6 @@ ENV BUILDER_EXTRA=${extra}
21
COPY *.awk *.patch *.sh /opt/jdkcross/
22
RUN chmod +x /opt/jdkcross/*.sh
23
24
25
WORKDIR /opt/jdkcross
CMD ["/opt/jdkcross/autorun.sh"]
0 commit comments