diff options
Diffstat (limited to 'policy-jre/alpine')
-rw-r--r-- | policy-jre/alpine/src/main/docker/Dockerfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/policy-jre/alpine/src/main/docker/Dockerfile b/policy-jre/alpine/src/main/docker/Dockerfile index 5d986f1c..8fd97105 100644 --- a/policy-jre/alpine/src/main/docker/Dockerfile +++ b/policy-jre/alpine/src/main/docker/Dockerfile @@ -23,7 +23,7 @@ # $JAVA_HOME is set to /usr/lib/jvm/java-11-openjdk # more details at https://hub.docker.com/_/openjdk -FROM alpine:3.11.3 +FROM alpine:3.12.0 LABEL maintainer="Policy Team" @@ -45,9 +45,7 @@ RUN apk update \ procps \ unzip \ wget \ - zip - -RUN apk add --no-cache \ + zip \ openjdk11-jre \ && addgroup -S policy \ && adduser -S --shell /bin/bash -G policy policy \ |