Skip to content

Commit 19f0369

Browse files
committed
Added --no-cache flag to Docker build
1 parent a09c34e commit 19f0369

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ ENV IMAGE_NAME="seart-group/java-tree-sitter" \
66
JAVA_HOME="/usr/lib/jvm/java-11-openjdk"
77

88
RUN apk update && \
9-
apk add openjdk11 \
9+
apk add --no-cache \
10+
openjdk11 \
1011
python3 \
1112
py3-distutils-extra \
1213
make \

0 commit comments

Comments
 (0)