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 569a360 commit 3bf009cCopy full SHA for 3bf009c
docker/github_actions/Dockerfile
@@ -3,5 +3,10 @@
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
+# Install dependencies using apk
7
+RUN apk update && apk add --virtual wget ca-certificates wget
8
+# Git is needed in order to update the dls submodule
9
+RUN apk add git libstdc++ bash curl
10
+
11
RUN mkdir /cadence-java-client
12
WORKDIR /cadence-java-client
0 commit comments