We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78edbbc commit bdf606fCopy full SHA for bdf606f
dev/django.Dockerfile
@@ -20,7 +20,7 @@ RUN set -ex \
20
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
21
gcc \
22
g++ \
23
- libgdal32 \
+ libgdal36 \
24
libc6-dev \
25
libpq-dev \
26
libsndfile1-dev \
prod/django.Dockerfile
@@ -12,7 +12,7 @@ RUN set -ex \
12
13
14
15
16
libgdal-dev \
17
18
ca-certificates \
0 commit comments