Skip to content

Commit b193686

Browse files
committed
DO NOT MERGE: Reinstall packages
1 parent f54a6f1 commit b193686

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jdk17/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM eclipse-temurin:17-jdk
22
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/* \
36
&& curl --fail --show-error --output gradle.zip --location "https://services.gradle.org/distributions/gradle-7.2-bin.zip"
47

58

0 commit comments

Comments
 (0)