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 9c21e8e commit 97731e6Copy full SHA for 97731e6
Dockerfile
@@ -1,15 +1,15 @@
1
ARG PYTHON_VERSION
2
-FROM python:${PYTHON_VERSION}-slim
+FROM python:${PYTHON_VERSION}-slim-bullseye
3
4
RUN apt-get update \
5
&& apt-get install --no-install-recommends -y \
6
libmemcached-dev \
7
build-essential \
8
- libsqlite3-mod-spatialite binutils libproj-dev gdal-bin libgdal20 libgeoip1 \
+ libsqlite3-mod-spatialite binutils libproj-dev gdal-bin libgdal28 libgeoip1 \
9
default-libmysqlclient-dev default-mysql-client \
10
libpq-dev \
11
unzip libaio1 \
12
- libenchant1c2a \
+ libenchant-2-2 \
13
gettext \
14
wget \
15
&& apt-get clean
0 commit comments