We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a11f67 commit 45ce190Copy full SHA for 45ce190
scripts/vs/sonic-swss-build/docker-sonic-vs/Dockerfile
@@ -13,7 +13,9 @@ RUN dpkg -i /debs/syncd-vs_1.0.0_amd64.deb
13
RUN md5sum /debs/swss_1.0.0_amd64.deb
14
RUN md5sum /usr/bin/buffermgrd
15
RUN md5sum /usr/bin/orchagent
16
-RUN dpkg -i /debs/swss_1.0.0_amd64.deb
+
17
+RUN dpkg -i --force-all /debs/swss_1.0.0_amd64.deb
18
19
20
21
0 commit comments