We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e00fd6 commit a668ea3Copy full SHA for a668ea3
dockers/docker-sonic-mgmt/Dockerfile.j2
@@ -209,6 +209,8 @@ RUN mkdir -p /etc/apt/keyrings \
209
&& echo "deb [arch=`dpkg --print-architecture` signed-by=/etc/apt/keyrings/microsoft.gpg] https://packages.microsoft.com/repos/azure-cli/ `lsb_release -cs` main" | tee /etc/apt/sources.list.d/azure-cli.list \
210
&& apt-get update && apt-get install -y azure-cli
211
212
+# Remove old python protobuf package if existing
213
+RUN python3 -m pip show protobuf && python3 -m pip uninstall -y protobuf
214
# Install protobuf 3.21.12 which is from https://deb.debian.org/debian/pool/main/p/protobuf/protobuf_3.21.12-3.dsc
215
RUN mkdir -p /tmp/protobuf \
216
&& cd /tmp/protobuf \
0 commit comments