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 \
|
||||
libzmq5 \
|
||||
libzmq3-dev \
|
||||
uuid-dev \
|
||||
jq \
|
||||
cron \
|
||||
# For quagga build
|
||||
@ -396,6 +397,7 @@ RUN apt-get update && apt-get install -y \
|
||||
libboost-dev \
|
||||
libboost-program-options-dev \
|
||||
libboost-system-dev \
|
||||
libboost-serialization-dev \
|
||||
libboost-thread-dev \
|
||||
libboost-atomic-dev \
|
||||
libboost-chrono-dev \
|
||||
|
@ -142,6 +142,7 @@ RUN apt-get update && apt-get install -y \
|
||||
dh-systemd \
|
||||
libzmq5 \
|
||||
libzmq3-dev \
|
||||
uuid-dev \
|
||||
jq \
|
||||
# For quagga build
|
||||
libreadline-dev \
|
||||
@ -406,6 +407,7 @@ RUN apt-get update && apt-get install -y \
|
||||
libbz2-dev \
|
||||
# For linkmgrd
|
||||
libboost1.71-dev \
|
||||
libboost-serialization1.71-dev \
|
||||
libboost-program-options1.71-dev \
|
||||
libboost-system1.71-dev \
|
||||
libboost-thread1.71-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user