Skip to content

Commit

Permalink
Add required packages for docker-p4 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-pritsak authored and lguohan committed Dec 8, 2016
1 parent 0d9ca53 commit c42a54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/p4/docker-sonic-p4/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c42a54d

Please sign in to comment.