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