We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648ed67 commit d58389bCopy full SHA for d58389b
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 snmp && \
+ apt-get install --no-install-recommends -q -y libpq5 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