From: Taka Cho Date: Tue, 8 Dec 2020 20:41:01 +0000 (-0500) Subject: remove all GPL-3.0 and plus license package X-Git-Tag: 2.2.0~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F116231%2F1;p=policy%2Fdocker.git remove all GPL-3.0 and plus license package this gerrit would be the second step to not to use any GPL-3.0 and plus license Issue-ID: POLICY-2847 Change-Id: Idd299ddb6d69bf8ad11a8df7919331062837a510 Signed-off-by: Taka Cho --- diff --git a/policy-jre/alpine/src/main/docker/Dockerfile b/policy-jre/alpine/src/main/docker/Dockerfile index 8fd97105..f9ba23dc 100644 --- a/policy-jre/alpine/src/main/docker/Dockerfile +++ b/policy-jre/alpine/src/main/docker/Dockerfile @@ -35,16 +35,11 @@ ENV POLICY_HOME=/opt/app/policy # RUN apk update \ && apk add --no-cache \ - bash \ busybox-extras \ - coreutils \ curl \ - findutils \ - grep \ jq \ procps \ unzip \ - wget \ zip \ openjdk11-jre \ && addgroup -S policy \