mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-05 23:53:26 +00:00
topotests: update Dockerfile
... python3 is non-optional now. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
79f6fdeb3f
commit
ba5410e32f
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user