Skip to content

Commit

Permalink
sonic-swss-common-build-ubuntu needs libboost-dev to build swss-common (
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft authored Jan 6, 2021
1 parent 47ac0ab commit b7ae821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/common/sonic-swss-common-build-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:bionic
RUN apt-get update
RUN apt-get install -y make libtool m4 autoconf dh-exec debhelper cmake pkg-config \
libhiredis-dev libnl-3-dev libnl-genl-3-dev libnl-route-3-dev libnl-nf-3-dev swig3.0 \
libpython2.7-dev libgtest-dev
libpython2.7-dev libgtest-dev libboost-dev

RUN apt-get install -y sudo
RUN apt-get install -y redis-server redis-tools
Expand Down

0 comments on commit b7ae821

Please sign in to comment.