Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions packaging/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ COPY *.awk *.patch *.sh /opt/jdkpkg/
COPY debian/ /opt/jdkpkg/debian/
RUN chmod +x /opt/jdkpkg/*.sh

# this directory should be mounted
VOLUME /build

USER compiler
WORKDIR /opt/jdkpkg
CMD ["/bin/bash", "-c", "/opt/jdkpkg/package.sh"]
3 changes: 0 additions & 3 deletions scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ ENV BUILDER_EXTRA=${extra}
COPY *.awk *.patch *.sh /opt/jdkcross/
RUN chmod +x /opt/jdkcross/*.sh

# this directory should be mounted
VOLUME /build

USER compiler
WORKDIR /opt/jdkcross
CMD ["/opt/jdkcross/autorun.sh"]