Skip to content

Commit

Permalink
Add SNMP tools by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Anze committed Nov 18, 2020
1 parent 9ceb951 commit 03e9541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ LABEL org.label-schema.vendor="Grafolean" \
COPY --from=python-requirements /requirements.txt /requirements.txt
RUN \
apt-get update && \
apt-get install --no-install-recommends -q -y libsnmp-dev build-essential libpq-dev python3-dev git && \
apt-get install --no-install-recommends -q -y libsnmp-dev build-essential libpq-dev python3-dev git snmp && \
pip install --no-cache-dir -r /requirements.txt && \
apt-get purge -y build-essential libpq-dev python3-dev && \
apt-get clean autoclean && \
Expand Down

0 comments on commit 03e9541

Please sign in to comment.