diff options
author | Taka Cho <takamune.cho@att.com> | 2020-12-08 15:41:01 -0500 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2020-12-08 15:41:27 -0500 |
commit | 2963e2b6feff871d799818714df1750c97155a94 (patch) | |
tree | 661871666aae33f5e6a34e9b08e180e2f9142eb9 /policy-jre | |
parent | 807a29fa5cdda9700212a709f219ea93977a652e (diff) |
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 <takamune.cho@att.com>
Diffstat (limited to 'policy-jre')
-rw-r--r-- | policy-jre/alpine/src/main/docker/Dockerfile | 5 |
1 files changed, 0 insertions, 5 deletions
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 \ |