diff options
author | Taka Cho <takamune.cho@att.com> | 2020-11-19 14:32:35 -0500 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2020-11-19 14:33:43 -0500 |
commit | 807a29fa5cdda9700212a709f219ea93977a652e (patch) | |
tree | cc190dc224d874f2640f72ffe40ba9701bd49d77 /policy-jdk | |
parent | b1cc5da6c4ed4bf95bfd2baf3832dbd23e7d5716 (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: I637b8db2fd39a1f0864c8320b5744fc99350108c
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'policy-jdk')
-rw-r--r-- | policy-jdk/alpine/src/main/docker/Dockerfile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/policy-jdk/alpine/src/main/docker/Dockerfile b/policy-jdk/alpine/src/main/docker/Dockerfile index 76dc97e9..9f70324a 100644 --- a/policy-jdk/alpine/src/main/docker/Dockerfile +++ b/policy-jdk/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 \ && curl --fail --silent --show-error --retry 3 \ |