We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c909422 commit a99026aCopy full SHA for a99026a
dockers/docker-snmp-sv2/Dockerfile.j2
@@ -33,6 +33,11 @@ RUN dpkg_apt() { [ -f $1 ] && { dpkg -i $1 || apt-get -y install -f; } || return
33
34
# Install up-to-date version of pip
35
RUN curl https://bootstrap.pypa.io/get-pip.py | python3.6
36
+
37
+# pin down setuptools version for issues to install sonic_ax_impl
38
+# see https://github.com/Azure/sonic-buildimage/issues/5279
39
+RUN python3.6 -m pip install setuptools==49.6.0
40
41
RUN python3.6 -m pip install --no-cache-dir hiredis
42
43
# Install pyyaml dependency for use by some plugins
0 commit comments