From: David Lamparter Date: Wed, 15 Jul 2020 16:41:07 +0000 (+0200) Subject: topotests: update Dockerfile X-Git-Tag: base_7.5~188^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=ba5410e32f689e26b14b5eb9b6e6e01bcb66a2d1;p=matthieu%2Ffrr.git topotests: update Dockerfile ... python3 is non-optional now. Signed-off-by: David Lamparter --- diff --git a/tests/topotests/Dockerfile b/tests/topotests/Dockerfile index cdd0ae2f6e..b7c6298228 100644 --- a/tests/topotests/Dockerfile +++ b/tests/topotests/Dockerfile @@ -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 \