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 f54a6f1 commit b193686Copy full SHA for b193686
jdk17/Dockerfile
@@ -1,5 +1,8 @@
1
FROM eclipse-temurin:17-jdk
2
RUN set -o errexit -o nounset \
3
+ && apt-get update \
4
+ && apt-get install --reinstall libssl1.1 openssl curl \
5
+ && rm --recursive --force /var/lib/apt/lists/* \
6
&& curl --fail --show-error --output gradle.zip --location "https://services.gradle.org/distributions/gradle-7.2-bin.zip"
7
8
0 commit comments