aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-11-22 11:22:50 +0100
committerOliver Smith <osmith@sysmocom.de>2019-11-22 11:22:50 +0100
commit1cb0aa92c96287eda5f423ba078ba84f16ae61ed (patch)
treee87bd1e5da0b990c41eee2b3f6c2b9faca16ca96
parentbee13a5f535722e1445849beef9ad3080e17cdeb (diff)
docker: install python3-nwdiag
-rw-r--r--docker/Dockerfile_osmocom_jenkins.amd642
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/Dockerfile_osmocom_jenkins.amd64 b/docker/Dockerfile_osmocom_jenkins.amd64
index 1ff2d0b..cec662e 100644
--- a/docker/Dockerfile_osmocom_jenkins.amd64
+++ b/docker/Dockerfile_osmocom_jenkins.amd64
@@ -6,6 +6,7 @@ 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 && \
@@ -86,6 +87,7 @@ RUN \
python3 \
python3-gi \
python3-mako \
+ python3-nwdiag \
python3-pip \
python3-pyflakes \
python3-setuptools \