docker: install python3-nwdiag

Related: OS#4246
Change-Id: I0ebee6ac11df779ab954bd6648a0bebefc3350a2
This commit is contained in:
Oliver Smith 2019-11-22 11:22:50 +01:00
parent bee13a5f53
commit 1cb0aa92c9
1 changed files with 2 additions and 0 deletions

View File

@ -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 \