summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 45704cb5..4c66a15a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -122,6 +122,18 @@ RUN apt-get update && apt-get install -y \
cmake \
liblua5.1-dev
+# Packages needed for vyos-frr
+RUN sudo apt-get update && sudo apt-get install -y \
+ texinfo \
+ imagemagick \
+ groff \
+ hardening-wrapper \
+ gawk \
+ chrpath \
+ libjson0 \
+ libjson0-dev \
+ python-ipaddr
+
# Update live-build
RUN echo 'deb http://ftp.debian.org/debian stretch main' | tee -a /etc/apt/sources.list.d/stretch.list &&\
apt-get update &&\