Skip to content

Commit

Permalink
[dvs tests] Enable debug output for dpkg install (sonic-net#74)
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Allen <daall@microsoft.com>
  • Loading branch information
daall authored Feb 5, 2020
1 parent 45ce190 commit e83cb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vs/sonic-swss-build/docker-sonic-vs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN md5sum /debs/swss_1.0.0_amd64.deb
RUN md5sum /usr/bin/buffermgrd
RUN md5sum /usr/bin/orchagent

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

RUN md5sum /debs/swss_1.0.0_amd64.deb
RUN md5sum /usr/bin/buffermgrd
Expand Down

0 comments on commit e83cb3e

Please sign in to comment.