aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-12-13 15:19:38 +0100
committerosmith <osmith@sysmocom.de>2021-12-13 15:25:58 +0000
commit0de98b2a1ce321f20c541ab3d8fedd23d2e878b1 (patch)
tree5cbad1f05806360986d6933374f1ca5d2a4d4faa
parentb581b96c1a9c00e2ec6f83b04826fddb87665605 (diff)
debian-stretch-build-dist: add python3-nwdiag
Recent versions of osmo-gsm-manuals need python3-nwdiag instead of the python2 version. Install that too to successfully run the configure script. Related: OS#5347 Related: https://jenkins.osmocom.org/jenkins/job/Osmocom-release-tarballs/920/console Change-Id: I127bd3855d44ccc68a5b0c4d83147fb470cc10c9
-rw-r--r--debian-stretch-build-dist/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian-stretch-build-dist/Dockerfile b/debian-stretch-build-dist/Dockerfile
index 1ef8d69..e444ed5 100644
--- a/debian-stretch-build-dist/Dockerfile
+++ b/debian-stretch-build-dist/Dockerfile
@@ -68,6 +68,7 @@ RUN apt-get update && \
mscgen \
python-nwdiag \
python-pychart \
+ python3-nwdiag \
xsltproc \
&& \
apt-get clean