Skip to content

Commit

Permalink
[docker] Remove dumpport file copy
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubVanek committed Mar 28, 2018
1 parent 5ed8097 commit 86b77bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/Dockerfile.scripts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM ev3dev-lang-java:jdk10-stretch
# copy build patches & scripts
COPY *.patch *.sh /opt/jdkcross/
RUN chmod +x /opt/jdkcross/*.sh && mkdir /opt/jdkcross/jshellhack
COPY DumpPort.java /opt/jdkcross/jshellhack/

# this directory should be mounted
VOLUME /build
Expand Down

0 comments on commit 86b77bd

Please sign in to comment.