Skip to content

Commit e83cb3e

Browse files
authored
[dvs tests] Enable debug output for dpkg install (sonic-net#74)
Signed-off-by: Danny Allen <[email protected]>
1 parent 45ce190 commit e83cb3e

File tree

1 file changed

+1
-1
lines changed
  • scripts/vs/sonic-swss-build/docker-sonic-vs

1 file changed

+1
-1
lines changed

scripts/vs/sonic-swss-build/docker-sonic-vs/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN md5sum /debs/swss_1.0.0_amd64.deb
1414
RUN md5sum /usr/bin/buffermgrd
1515
RUN md5sum /usr/bin/orchagent
1616

17-
RUN dpkg -i --force-all /debs/swss_1.0.0_amd64.deb
17+
RUN dpkg -i -D10 /debs/swss_1.0.0_amd64.deb
1818

1919
RUN md5sum /debs/swss_1.0.0_amd64.deb
2020
RUN md5sum /usr/bin/buffermgrd

0 commit comments

Comments
 (0)