aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-12-17 17:14:04 +0100
committerHarald Welte <laforge@osmocom.org>2020-12-17 17:14:25 +0100
commit10c2ba7ea4b7d3d4e3966a04d80fb3b4104e1a14 (patch)
tree52a16283a49a3e233b8b7133d123e5bf2faecf6f
parent43ec5b7eab542fc2aef3c38d927d4ae43b79cc70 (diff)
fpga-build: install missing toosls required for 'publish' and manuals
-rw-r--r--fpga-build/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/fpga-build/Dockerfile b/fpga-build/Dockerfile
index ec1e37f..a9c3ceb 100644
--- a/fpga-build/Dockerfile
+++ b/fpga-build/Dockerfile
@@ -16,6 +16,9 @@ RUN apt-get update && \
graphviz \
inkscape \
mscgen \
+ python3-nwdiag \
+ rsync \
+ ssh \
wget \
xsltproc && \
apt-get clean