We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e861d18 commit 7e7d4feCopy full SHA for 7e7d4fe
Dockerfile
@@ -5,7 +5,8 @@ LABEL maintainer="support@lextudio.com"
5
LABEL description="Docker image for running snmpsim (PySNMP Simulator)"
6
LABEL version="1.1"
7
8
-RUN pip install --no-cache-dir cryptography pysnmp snmpsim
+# Install exact versions so the image always picks up the expected releases.
9
+RUN pip install --no-cache-dir cryptography pysnmp pysmi snmpsim==1.2.0
10
11
COPY data /usr/local/snmpsim/data
12
COPY snmptrapd.py /opt/snmptrapd.py
0 commit comments