Skip to content

Commit

Permalink
Fix: missing sonic-db-cli in docker-sonic-vs image (#2357)
Browse files Browse the repository at this point in the history
*Fix: missing sonic-db-cli in docker-sonic-vs image
  • Loading branch information
qiluo-msft authored and yxieca committed Aug 8, 2022
1 parent c1c1147 commit 450e9ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/docker-sonic-vs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN dpkg --purge python-swsscommon python3-swsscommon swss libsairedis sonic-db-
RUN dpkg -i /debs/libswsscommon_1.0.0_amd64.deb
RUN dpkg -i /debs/python-swsscommon_1.0.0_amd64.deb
RUN dpkg -i /debs/python3-swsscommon_1.0.0_amd64.deb
RUN dpkg -i /debs/sonic-db-cli_1.0.0_amd64.deb

RUN dpkg -i /debs/libsaimetadata_1.0.0_amd64.deb
RUN dpkg -i /debs/libsairedis_1.0.0_amd64.deb
Expand Down

0 comments on commit 450e9ec

Please sign in to comment.