File tree 1 file changed +2
-2
lines changed
dockers/docker-sonic-mgmt
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,9 +210,9 @@ RUN mkdir -p /etc/apt/keyrings \
210
210
&& apt-get update && apt-get install -y azure-cli
211
211
212
212
## Copy and install sonic-mgmt docker dependencies
213
- COPY debs/sonic-device-data_*.deb debs/libdashapi_*.deb debs/libprotobuf *.deb debs/protobuf-compiler*.deb debs/python3-protobuf*.deb debs/
213
+ COPY debs/sonic-device-data_*.deb debs/libdashapi_*.deb debs/libproto *.deb debs/protobuf-compiler*.deb debs/python3-protobuf*.deb debs/
214
214
215
- RUN dpkg -i debs/sonic-device-data_*.deb debs/libdashapi_*.deb debs/libprotobuf *.deb debs/protobuf-compiler*.deb debs/python3-protobuf*.deb
215
+ RUN dpkg -i debs/sonic-device-data_*.deb debs/libdashapi_*.deb debs/libproto *.deb debs/protobuf-compiler*.deb debs/python3-protobuf*.deb
216
216
217
217
# Install protobuf 3.21.12 which is from https://deb.debian.org/debian/pool/main/p/protobuf/protobuf_3.21.12-3.dsc
218
218
RUN mkdir -p /tmp/protobuf \
You can’t perform that action at this time.
0 commit comments