We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2d87a commit da50ecaCopy full SHA for da50eca
dockers/docker-snmp-sv2/Dockerfile.j2
@@ -35,6 +35,9 @@ RUN dpkg_apt() { [ -f $1 ] && { dpkg -i $1 || apt-get -y install -f; } || return
35
RUN curl https://bootstrap.pypa.io/get-pip.py | python3.6
36
RUN python3.6 -m pip install --no-cache-dir hiredis
37
38
+# Install pyyaml dependency for use by some plugins
39
+RUN python3.6 -m pip install --no-cache-dir pyyaml
40
+
41
{% if docker_snmp_sv2_whls.strip() -%}
42
# Copy locally-built Python wheel dependencies
43
{%- for whl in docker_snmp_sv2_whls.split(' ') %}
0 commit comments