Skip to content

Commit 97731e6

Browse files
authored
Fixed #36 - Used slim-bullseye.
This pins Python image to use Debian bullseye and updates third party dependencies.
1 parent 9c21e8e commit 97731e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
ARG PYTHON_VERSION
2-
FROM python:${PYTHON_VERSION}-slim
2+
FROM python:${PYTHON_VERSION}-slim-bullseye
33

44
RUN apt-get update \
55
&& apt-get install --no-install-recommends -y \
66
libmemcached-dev \
77
build-essential \
8-
libsqlite3-mod-spatialite binutils libproj-dev gdal-bin libgdal20 libgeoip1 \
8+
libsqlite3-mod-spatialite binutils libproj-dev gdal-bin libgdal28 libgeoip1 \
99
default-libmysqlclient-dev default-mysql-client \
1010
libpq-dev \
1111
unzip libaio1 \
12-
libenchant1c2a \
12+
libenchant-2-2 \
1313
gettext \
1414
wget \
1515
&& apt-get clean

0 commit comments

Comments
 (0)