From 048bc57f1d546dd18a64a390bea8efcadf8cd84d Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Thu, 19 Nov 2020 14:55:57 -0500 Subject: remove all GPL-3.0 and plus license package - drools pdp 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 --- packages/docker/src/main/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docker/src/main/docker/Dockerfile b/packages/docker/src/main/docker/Dockerfile index 0ddb829e..31a17ec4 100644 --- a/packages/docker/src/main/docker/Dockerfile +++ b/packages/docker/src/main/docker/Dockerfile @@ -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 \ -- cgit 1.2.3-korg