Skip to content

Commit b32cda9

Browse files
committed
[docker] Remove leJOS files from dockerfile
1 parent ddc4019 commit b32cda9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/Dockerfile

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

33
# copy build patches & scripts
44
COPY *.patch *.sh /opt/jdkcross/
5-
COPY lejos/ /opt/jdkcross/lejos/
6-
RUN chmod +x /opt/jdkcross/*.sh /opt/jdkcross/lejos/*.sh
5+
RUN chmod +x /opt/jdkcross/*.sh
76

87
# this directory should be mounted
98
VOLUME /build

0 commit comments

Comments
 (0)