Skip to content

Commit d58389b

Browse files
author
Anze
committed
Add libpq (needed by psycopg2 on armv7)
1 parent 648ed67 commit d58389b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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 snmp && \
34+
apt-get install --no-install-recommends -q -y libpq5 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)