We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ac0ab commit b7ae821Copy full SHA for b7ae821
1 file changed
jenkins/common/sonic-swss-common-build-ubuntu/Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:bionic
3
RUN apt-get update
4
RUN apt-get install -y make libtool m4 autoconf dh-exec debhelper cmake pkg-config \
5
libhiredis-dev libnl-3-dev libnl-genl-3-dev libnl-route-3-dev libnl-nf-3-dev swig3.0 \
6
- libpython2.7-dev libgtest-dev
+ libpython2.7-dev libgtest-dev libboost-dev
7
8
RUN apt-get install -y sudo
9
RUN apt-get install -y redis-server redis-tools
0 commit comments