Skip to content

Commit

Permalink
Updated the image.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Sep 9, 2024
1 parent a3cf6fe commit cb064b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM python:3.8-slim

# Metadata
LABEL maintainer="[email protected]"
LABEL description="Docker image for running snmpsim (PySNMP Simulator)"
LABEL version="1.0"

RUN pip install snmpsim

ADD data /usr/local/snmpsim/data
Expand Down

0 comments on commit cb064b1

Please sign in to comment.