We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77332d commit 4f6bfc1Copy full SHA for 4f6bfc1
Dockerfile.pb
@@ -25,7 +25,7 @@ ARG PY_VER
25
RUN apt-get update && \
26
apt-get install -y --no-install-recommends \
27
software-properties-common curl build-essential \
28
- gcc g++ gdal-bin libgdal-dev python3-opencv \
+ gcc g++ gdal-bin libgdal-dev libpq-dev python3-opencv \
29
&& add-apt-repository -y ppa:deadsnakes/ppa && \
30
apt-get update && \
31
0 commit comments