Skip to content

Commit 3bf009c

Browse files
committed
add back some installation
1 parent 569a360 commit 3bf009c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker/github_actions/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
# commits to that branch and one of them can break the build
44
FROM adoptopenjdk/openjdk11:jdk-11.0.10_9-alpine
55

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+
611
RUN mkdir /cadence-java-client
712
WORKDIR /cadence-java-client

0 commit comments

Comments
 (0)