remove all GPL-3.0 and plus license package 40/115140/1
authorTaka Cho <takamune.cho@att.com>
Thu, 19 Nov 2020 19:32:35 +0000 (14:32 -0500)
committerTaka Cho <takamune.cho@att.com>
Thu, 19 Nov 2020 19:33:43 +0000 (14:33 -0500)
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>
policy-jdk/alpine/src/main/docker/Dockerfile

index 76dc97e..9f70324 100644 (file)
@@ -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 \