Skip to content

Commit 43b2856

Browse files
committed
[docker] remove jshellhack directory
1 parent e8cdd1c commit 43b2856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jdk10/Dockerfile.scripts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ev3dev-lang-java:jdk10-stretch
22

33
# copy build patches & scripts
44
COPY *.patch *.sh /opt/jdkcross/
5-
RUN chmod +x /opt/jdkcross/*.sh && mkdir /opt/jdkcross/jshellhack
5+
RUN chmod +x /opt/jdkcross/*.sh
66

77
# this directory should be mounted
88
VOLUME /build

0 commit comments

Comments
 (0)