remove all GPL-3.0 and plus license package - drools pdp 43/115143/1
authorTaka Cho <takamune.cho@att.com>
Thu, 19 Nov 2020 19:55:57 +0000 (14:55 -0500)
committerTaka Cho <takamune.cho@att.com>
Thu, 19 Nov 2020 19:56:44 +0000 (14:56 -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: I67f9f4be6aba6e91e53a7462db79e60c73e58144
Signed-off-by: Taka Cho <takamune.cho@att.com>
packages/docker/src/main/docker/Dockerfile

index 0ddb829..31a17ec 100644 (file)
@@ -44,7 +44,7 @@ ENV http_proxy $http_proxy
 RUN apk update && \
     apk add --no-cache python3 \
     mariadb-client py3-pip \
-    file bash-completion dpkg httpie \
+    file dpkg httpie \
     net-tools netcat-openbsd sudo less vim openssl \
     && update-alternatives --install /usr/bin/python python /usr/bin/python3 0 \
     && update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1 \