Skip to content

Commit

Permalink
Dockerfile: Add bridge-utils to p4 docker (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuotian Cheng authored and qiluo-msft committed Nov 17, 2016
1 parent 4fc3bc0 commit 9820799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-sonic-p4/Dockerfile
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
RUN apt-get install -y net-tools ethtool tcpdump ifupdown bridge-utils

COPY ["deps/libthrift-0.9.3_*.deb", "deps/libhiredis0.13*.deb", "deps/redis-tools_*.deb", "deps/redis-server_*.deb", "deps/libswsscommon_*.deb", "deps/p4-bmv2_*.deb", "deps/p4-switch_*.deb", "deps/libsairedis_*.deb", "deps/libsaimetadata_*.deb", "deps/syncd_*.deb", "deps/swss_*.deb", "deps/quagga_*.deb", "/deps/"]

Expand Down

0 comments on commit 9820799

Please sign in to comment.