Skip to content

Commit

Permalink
Add libpq (needed by psycopg2 on armv7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anze committed Jan 21, 2021
1 parent 648ed67 commit d58389b
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 snmp && \
apt-get install --no-install-recommends -q -y libpq5 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 d58389b

Please sign in to comment.