Skip to content

Commit f565f7d

Browse files
authored
Fix: missing sonic-db-cli in docker-sonic-vs image (sonic-net#2357)
*Fix: missing sonic-db-cli in docker-sonic-vs image
1 parent 7126857 commit f565f7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure-pipelines/docker-sonic-vs/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN dpkg --purge python-swsscommon python3-swsscommon swss libsairedis sonic-db-
99
RUN dpkg -i /debs/libswsscommon_1.0.0_amd64.deb
1010
RUN dpkg -i /debs/python-swsscommon_1.0.0_amd64.deb
1111
RUN dpkg -i /debs/python3-swsscommon_1.0.0_amd64.deb
12+
RUN dpkg -i /debs/sonic-db-cli_1.0.0_amd64.deb
1213

1314
RUN dpkg -i /debs/libsaimetadata_1.0.0_amd64.deb
1415
RUN dpkg -i /debs/libsairedis_1.0.0_amd64.deb

0 commit comments

Comments
 (0)