Skip to content

Commit 522e73d

Browse files
committed
fix: dockerfile
1 parent f862d0f commit 522e73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/helpers/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /build
33
RUN apt-get update && apt-get install -y curl wget zip
44
RUN wget https://download.java.net/java/GA/jdk15.0.1/51f4f36ad4ef43e39d0dfdbaf6549e32/9/GPL/openjdk-15.0.1_linux-x64_bin.tar.gz
55
RUN tar -xzvf openjdk-15.0.1_linux-x64_bin.tar.gz
6-
RUN ls && mv jdk-15.0.1 jre
6+
RUN ls && mv jdk-15.0.1 jre && rm jre/lib/src.zip
77
ADD ./cli ./cli
88
ADD ./core ./core
99
ADD ./plugin-interface ./plugin-interface

0 commit comments

Comments
 (0)