]> git.puffer.fish Git - matthieu/frr.git/commitdiff
topotests: update Dockerfile
authorDavid Lamparter <equinox@diac24.net>
Wed, 15 Jul 2020 16:41:07 +0000 (18:41 +0200)
committerDavid Lamparter <equinox@diac24.net>
Wed, 15 Jul 2020 16:50:12 +0000 (18:50 +0200)
... python3 is non-optional now.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
tests/topotests/Dockerfile

index cdd0ae2f6ecd37f231b2f03ac6a71540d96f1355..b7c629822873ea67fec508c4f2a9f9f8ab2aa4bc 100644 (file)
@@ -19,6 +19,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
         libjson-c-dev \
         libpcre3-dev \
         libpython-dev \
+        libpython3-dev \
         libreadline-dev \
         libc-ares-dev \
         libcap-dev \
@@ -26,7 +27,10 @@ RUN export DEBIAN_FRONTEND=noninteractive \
         mininet \
         pkg-config \
         python-pip \
-        python-sphinx \
+        python3 \
+        python3-dev \
+        python3-sphinx \
+        python3-pytest \
         rsync \
         strace \
         tcpdump \