We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4206f19 commit edccbccCopy full SHA for edccbcc
scripts/vs/sonic-sairedis-build/docker_build_script.sh
@@ -18,6 +18,9 @@ sudo dpkg -i buildimage/target/debs/buster/libnl-nf-3-dev_*.deb
18
sudo dpkg -i buildimage/target/debs/buster/libnl-cli-3-200_*.deb
19
sudo dpkg -i buildimage/target/debs/buster/libnl-cli-3-dev_*.deb
20
21
+# Instal libboost
22
+sudo apt-get install -y libboost-all-dev
23
+
24
# Install common library
25
sudo dpkg -i common/libswsscommon_*.deb
26
sudo dpkg -i common/libswsscommon-dev_*.deb
0 commit comments