From d8debabbb3b585cd152a3bf8baac17d1944e3e6b Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 8 Jun 2020 12:26:34 -0400 Subject: Change alpine docker images to match debian Various changes were made to the policy debian-slim docker images. Made the same changes to the alpine images. Issue-ID: POLICY-2374 Change-Id: I1acc6a7791dc7c4a9ba44ea2c70b19ebeb0acf94 Signed-off-by: Jim Hahn --- policy-jre/alpine/src/main/docker/Dockerfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'policy-jre') diff --git a/policy-jre/alpine/src/main/docker/Dockerfile b/policy-jre/alpine/src/main/docker/Dockerfile index 9af43711..5d986f1c 100644 --- a/policy-jre/alpine/src/main/docker/Dockerfile +++ b/policy-jre/alpine/src/main/docker/Dockerfile @@ -41,11 +41,8 @@ RUN apk update \ curl \ findutils \ grep \ - httpie \ jq \ procps \ - py-pip \ - python \ unzip \ wget \ zip @@ -54,5 +51,5 @@ RUN apk add --no-cache \ openjdk11-jre \ && addgroup -S policy \ && adduser -S --shell /bin/bash -G policy policy \ - && mkdir -p ${POLICY_HOME}/etc/ssl \ - && chown -R policy:policy ${POLICY_HOME} + && mkdir -p ${POLICY_HOME}/ \ + && chown policy:policy ${POLICY_HOME} -- cgit 1.2.3-korg