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 32db73a commit cbebb6aCopy full SHA for cbebb6a
jdk11-alpine/Dockerfile
@@ -21,6 +21,7 @@ WORKDIR /home/gradle
21
RUN set -o errexit -o nounset \
22
&& echo "Installing VCSes" \
23
&& apk add --no-cache \
24
+ curl \
25
git \
26
git-lfs \
27
mercurial \
jdk17-alpine/Dockerfile
0 commit comments