aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2020-12-04 14:59:53 +0000
committerGerrit Code Review <gerrit@onap.org>2020-12-04 14:59:53 +0000
commit223519c0c263ea2f9b2b9a94efe52d40ab2cf6f7 (patch)
treea2e46884713ba426dfb00684e0894ac68569266e /packages
parent1ae36482529aaaa266bf39b69aa2b614a1ab2f1d (diff)
parent048bc57f1d546dd18a64a390bea8efcadf8cd84d (diff)
Merge "remove all GPL-3.0 and plus license package - drools pdp"
Diffstat (limited to 'packages')
-rw-r--r--packages/docker/src/main/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/docker/src/main/docker/Dockerfile b/packages/docker/src/main/docker/Dockerfile
index 691a01e2..b7f2d62e 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 \