Event libswsscommon deps (#11639)

libswsscommon requires libboost-serialization1.71.0 to be installed for building docker-sonic-vs.gz
This commit is contained in:
Zain Budhwani 2022-08-08 08:29:51 -07:00 committed by GitHub
parent 4c1c0c1852
commit ae3f0589bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ RUN apt-get install -y net-tools \
libqt5core5a \
libqt5network5 \
libboost-program-options1.71.0 \
libboost-serialization1.71.0 \
libboost-system1.71.0 \
libboost-thread1.71.0 \
libgmp10 \
@ -44,6 +45,8 @@ RUN apt-get install -y net-tools \
iptables \
jq \
libzmq5 \
libzmq3-dev \
uuid-dev \
# For installing Python m2crypto package
# (these can be uninstalled after installation)
build-essential \