We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ceb951 commit 03e9541Copy full SHA for 03e9541
Dockerfile
@@ -31,7 +31,7 @@ LABEL org.label-schema.vendor="Grafolean" \
31
COPY --from=python-requirements /requirements.txt /requirements.txt
32
RUN \
33
apt-get update && \
34
- 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 && \
35
pip install --no-cache-dir -r /requirements.txt && \
36
apt-get purge -y build-essential libpq-dev python3-dev && \
37
apt-get clean autoclean && \
0 commit comments