Skip to content

Commit 03e9541

Browse files
author
Anze
committed
Add SNMP tools by default
1 parent 9ceb951 commit 03e9541

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
@@ -31,7 +31,7 @@ LABEL org.label-schema.vendor="Grafolean" \
3131
COPY --from=python-requirements /requirements.txt /requirements.txt
3232
RUN \
3333
apt-get update && \
34-
apt-get install --no-install-recommends -q -y libsnmp-dev build-essential libpq-dev python3-dev git && \
34+
apt-get install --no-install-recommends -q -y libsnmp-dev build-essential libpq-dev python3-dev git snmp && \
3535
pip install --no-cache-dir -r /requirements.txt && \
3636
apt-get purge -y build-essential libpq-dev python3-dev && \
3737
apt-get clean autoclean && \

0 commit comments

Comments
 (0)