Add required packages for docker-p4 (#106)
This commit is contained in:
parent
0d9ca53c00
commit
c42a54d755
@ -2,7 +2,7 @@ FROM docker-base
|
||||
|
||||
RUN apt-get update
|
||||
|
||||
RUN apt-get install -y net-tools ethtool tcpdump ifupdown bridge-utils
|
||||
RUN apt-get install -y net-tools ethtool tcpdump ifupdown bridge-utils python-ply libqt5core5a libqt5network5 libboost-program-options1.55.0 libboost-system1.55.0 libboost-thread1.55.0 libgmp10 libjudydebian1 libnanomsg0 libdaemon0 libjansson4
|
||||
|
||||
COPY deps /deps
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user