Skip to content

Commit

Permalink
sonic-swss-common-build-ubuntu-20_04 needs install libboost-dev to bu…
Browse files Browse the repository at this point in the history
…ild swss-common (sonic-net#208)
  • Loading branch information
qiluo-msft committed Jan 6, 2021
1 parent 134184c commit 443d343
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM ubuntu:focal

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update
RUN apt-get update # 20210106 invalidate docker build cache
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 443d343

Please sign in to comment.