[build-docker-buster]: Install libboost 1.171 In Build Docker (#6532)

Installing newst buster version of libboost (v1.71) in build docker.

signed-off-by: Tamer Ahmed <tamer.ahmed@microsoft.com>
This commit is contained in:
Tamer Ahmed 2021-01-23 00:29:35 -08:00 committed by GitHub
parent d4cde6d310
commit 8ce1e3ed92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \
@ -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 \
@ -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" %}