Skip to content

Commit cbebb6a

Browse files
committed
Install Curl
1 parent 32db73a commit cbebb6a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

jdk11-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ WORKDIR /home/gradle
2121
RUN set -o errexit -o nounset \
2222
&& echo "Installing VCSes" \
2323
&& apk add --no-cache \
24+
curl \
2425
git \
2526
git-lfs \
2627
mercurial \

jdk17-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ WORKDIR /home/gradle
2121
RUN set -o errexit -o nounset \
2222
&& echo "Installing VCSes" \
2323
&& apk add --no-cache \
24+
curl \
2425
git \
2526
git-lfs \
2627
mercurial \

0 commit comments

Comments
 (0)