We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e2d13 commit 569a360Copy full SHA for 569a360
docker/github_actions/Dockerfile
@@ -3,8 +3,5 @@
3
# commits to that branch and one of them can break the build
4
FROM adoptopenjdk/openjdk11:jdk-11.0.10_9-alpine
5
6
-# Cleanup packages and remove cache
7
-RUN apk del build-dependencies wget && rm -rf /var/cache/apk/*
8
-
9
RUN mkdir /cadence-java-client
10
WORKDIR /cadence-java-client
0 commit comments