Event libswsscommon deps (#11639)
libswsscommon requires libboost-serialization1.71.0 to be installed for building docker-sonic-vs.gz
This commit is contained in:
parent
4c1c0c1852
commit
ae3f0589bc
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user