Skip to content

Commit

Permalink
[build-docker-buster]: Install libboost 1.171 In Build Docker (#6532)
Browse files Browse the repository at this point in the history
Installing newst buster version of libboost (v1.71) in build docker.

signed-off-by: Tamer Ahmed <tamer.ahmed@microsoft.com>
  • Loading branch information
tahmed-dev authored Jan 23, 2021
1 parent d4cde6d commit 8ce1e3e
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions sonic-slave-buster/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ RUN apt-get update && apt-get install -y \
dh-exec \
kmod \
libtinyxml2-6a \
libboost-program-options1.67-dev \
libtinyxml2-dev \
python \
python-pip \
Expand Down Expand Up @@ -121,7 +120,6 @@ RUN apt-get update && apt-get install -y \
module-assistant \
# For thrift build\
gem2deb \
libboost-all-dev \
libevent-dev \
libglib2.0-dev \
libqt4-dev \
Expand Down Expand Up @@ -321,7 +319,27 @@ RUN apt-get update && apt-get install -y \
docbook-to-man \
docbook-utils \
# For kdump-tools
libbz2-dev
libbz2-dev \
# For linkmgrd
libboost1.71-dev \
libboost-program-options1.71-dev \
libboost-system1.71-dev \
libboost-thread1.71-dev \
libboost-atomic1.71-dev \
libboost-chrono1.71-dev \
libboost-container1.71-dev \
libboost-context1.71-dev \
libboost-contract1.71-dev \
libboost-coroutine1.71-dev \
libboost-date-time1.71-dev \
libboost-fiber1.71-dev \
libboost-filesystem1.71-dev \
libboost-graph-parallel1.71-dev \
libboost-log1.71-dev \
libboost-regex1.71-dev \
googletest \
libgtest-dev \
libgcc-8-dev

# Build fix for ARMHF buster libsairedis
{%- if CONFIGURED_ARCH == "armhf" %}
Expand Down

0 comments on commit 8ce1e3e

Please sign in to comment.