Skip to content

Commit 685aeb4

Browse files
Philippe Noelfwininger
authored andcommitted
Add cryptography as a dependency as it is necessay since snmpsim 1.2.1
The dependency is not strict, as it is possible to do without the cryptography package and install all packages manually. However, the package comes with everything needed to run the various encryption algorithms.
1 parent 6a6a7be commit 685aeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.14-slim
22

3-
RUN pip install --no-cache-dir -I snmpsim
3+
RUN pip install --no-cache-dir -I snmpsim cryptography
44

55
# The emulator needs to be run as a non-root user. The snmpsim variation
66
# modules (like writecache) are installed off the search path, so copy them

0 commit comments

Comments
 (0)