Skip to content

Commit 4f6bfc1

Browse files
add libpq dev
1 parent e77332d commit 4f6bfc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.pb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARG PY_VER
2525
RUN apt-get update && \
2626
apt-get install -y --no-install-recommends \
2727
software-properties-common curl build-essential \
28-
gcc g++ gdal-bin libgdal-dev python3-opencv \
28+
gcc g++ gdal-bin libgdal-dev libpq-dev python3-opencv \
2929
&& add-apt-repository -y ppa:deadsnakes/ppa && \
3030
apt-get update && \
3131
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)