aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-11-22 11:25:55 +0100
committerOliver Smith <osmith@sysmocom.de>2019-11-22 11:26:34 +0100
commit0777e3b2920759c903ab95665575c6afdd750c5c (patch)
tree979c9fde6a5fbf0c242e4964f9d395d8cd7406b3
parent1cb0aa92c96287eda5f423ba078ba84f16ae61ed (diff)
docker: remove python-nwdiag (using nwdiag3 now)
-rw-r--r--docker/Dockerfile_osmocom_jenkins.amd642
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/Dockerfile_osmocom_jenkins.amd64 b/docker/Dockerfile_osmocom_jenkins.amd64
index cec662e..bc69985 100644
--- a/docker/Dockerfile_osmocom_jenkins.amd64
+++ b/docker/Dockerfile_osmocom_jenkins.amd64
@@ -6,7 +6,6 @@ FROM debian:${DEBIAN_VERSION}
ARG DEBIAN_VERSION
# Install apt dependencies (keep in alphabetic order)
-# python-nwdiag: can be removed once osmo-gsm-manuals Ia2c0c833329f8ecab1c427e0d2c002f17ab49a94 is merged
RUN \
dpkg --add-architecture i386 && \
DEBIAN_FRONTEND=noninteractive apt-get update && \
@@ -94,7 +93,6 @@ RUN \
python3-usb \
python3-yaml \
python-minimal \
- python-nwdiag \
python-pip \
python-pychart \
python-setuptools \