We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43a994 commit a949cf0Copy full SHA for a949cf0
dockers/docker-snmp-sv2/Dockerfile.j2
@@ -45,6 +45,10 @@ RUN locale-gen
45
# Install up-to-date version of pip
46
RUN curl https://bootstrap.pypa.io/get-pip.py | python3.6
47
48
+# pin down setuptools version for issues to install sonic_ax_impl
49
+# see https://github.com/Azure/sonic-buildimage/issues/5279
50
+RUN python3.6 -m pip install setuptools==49.6.0
51
+
52
# Install pyyaml dependency for use by some plugins
53
# Install smbus dependency for use by some plugins
54
RUN python3.6 -m pip install --no-cache-dir \
0 commit comments