Fix for GPLv3 issues in base image
[so.git] / packages / docker / src / main / docker / docker-files / Dockerfile.so-base-image
index a1f4fc1..1c2af98 100644 (file)
@@ -1,4 +1,4 @@
-FROM adoptopenjdk/openjdk11:jre-11.0.8_10-alpine
+FROM eclipse-temurin:11.0.18_10-jre-alpine
 
 ARG http_proxy
 ARG https_proxy
@@ -8,7 +8,7 @@ ENV http_proxy=$HTTP_PROXY
 ENV https_proxy=$HTTPS_PROXY
 
 # Install commonly needed tools
-RUN apk --no-cache add curl netcat-openbsd nss apache2-utils java-cacerts
+RUN apk --no-cache add curl netcat-openbsd openssl apache2-utils java-cacerts
 
 # Create symlink for default Java truststore
 RUN set -eux; \