Skip to content

Commit 59d570b

Browse files
authored
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
1 parent 5dc4eb9 commit 59d570b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

sonic-slave-bullseye/Dockerfile.j2

+2
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ RUN apt-get update && apt-get install -y \
140140
libswitch-perl \
141141
libzmq5 \
142142
libzmq3-dev \
143+
uuid-dev \
143144
jq \
144145
cron \
145146
# For quagga build
@@ -396,6 +397,7 @@ RUN apt-get update && apt-get install -y \
396397
libboost-dev \
397398
libboost-program-options-dev \
398399
libboost-system-dev \
400+
libboost-serialization-dev \
399401
libboost-thread-dev \
400402
libboost-atomic-dev \
401403
libboost-chrono-dev \

sonic-slave-buster/Dockerfile.j2

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ RUN apt-get update && apt-get install -y \
142142
dh-systemd \
143143
libzmq5 \
144144
libzmq3-dev \
145+
uuid-dev \
145146
jq \
146147
# For quagga build
147148
libreadline-dev \
@@ -406,6 +407,7 @@ RUN apt-get update && apt-get install -y \
406407
libbz2-dev \
407408
# For linkmgrd
408409
libboost1.71-dev \
410+
libboost-serialization1.71-dev \
409411
libboost-program-options1.71-dev \
410412
libboost-system1.71-dev \
411413
libboost-thread1.71-dev \

0 commit comments

Comments
 (0)