Event libswsscommon deps (#11618)
Why I did it Building docker-sonic-vs requires dependencies installed in sonic-slave-buster How I did it Add libs to sonic-slave-buster and sonic-slave-bullseye How to verify it Check files
This commit is contained in:
parent
5dc4eb9693
commit
59d570b997
@ -140,6 +140,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
libswitch-perl \
|
libswitch-perl \
|
||||||
libzmq5 \
|
libzmq5 \
|
||||||
libzmq3-dev \
|
libzmq3-dev \
|
||||||
|
uuid-dev \
|
||||||
jq \
|
jq \
|
||||||
cron \
|
cron \
|
||||||
# For quagga build
|
# For quagga build
|
||||||
@ -396,6 +397,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
libboost-dev \
|
libboost-dev \
|
||||||
libboost-program-options-dev \
|
libboost-program-options-dev \
|
||||||
libboost-system-dev \
|
libboost-system-dev \
|
||||||
|
libboost-serialization-dev \
|
||||||
libboost-thread-dev \
|
libboost-thread-dev \
|
||||||
libboost-atomic-dev \
|
libboost-atomic-dev \
|
||||||
libboost-chrono-dev \
|
libboost-chrono-dev \
|
||||||
|
@ -142,6 +142,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
dh-systemd \
|
dh-systemd \
|
||||||
libzmq5 \
|
libzmq5 \
|
||||||
libzmq3-dev \
|
libzmq3-dev \
|
||||||
|
uuid-dev \
|
||||||
jq \
|
jq \
|
||||||
# For quagga build
|
# For quagga build
|
||||||
libreadline-dev \
|
libreadline-dev \
|
||||||
@ -406,6 +407,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
libbz2-dev \
|
libbz2-dev \
|
||||||
# For linkmgrd
|
# For linkmgrd
|
||||||
libboost1.71-dev \
|
libboost1.71-dev \
|
||||||
|
libboost-serialization1.71-dev \
|
||||||
libboost-program-options1.71-dev \
|
libboost-program-options1.71-dev \
|
||||||
libboost-system1.71-dev \
|
libboost-system1.71-dev \
|
||||||
libboost-thread1.71-dev \
|
libboost-thread1.71-dev \
|
||||||
|
Reference in New Issue
Block a user