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