diff options
author | Taka Cho <takamune.cho@att.com> | 2020-11-19 14:55:57 -0500 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2020-11-19 14:56:44 -0500 |
commit | 048bc57f1d546dd18a64a390bea8efcadf8cd84d (patch) | |
tree | bbdc534d2162d9613d49197f5676eec33c772d1f /packages/docker | |
parent | 6a429b8504cdd38cadb3ce9bb532d08cc5115da9 (diff) |
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 <takamune.cho@att.com>
Diffstat (limited to 'packages/docker')
-rw-r--r-- | packages/docker/src/main/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |