Skip to content

Commit a2cb99c

Browse files
Update Dockerfile.j2
1 parent 2e3743c commit a2cb99c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockers/docker-sonic-mgmt/Dockerfile.j2

+2-2
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ RUN mkdir -p /etc/apt/keyrings \
210210
&& apt-get update && apt-get install -y azure-cli
211211

212212
## 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/
214214

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
216216

217217
# Install protobuf 3.21.12 which is from https://deb.debian.org/debian/pool/main/p/protobuf/protobuf_3.21.12-3.dsc
218218
RUN mkdir -p /tmp/protobuf \

0 commit comments

Comments
 (0)