File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
- FROM docker.io/library/python:3.11 -slim-bookworm
2
+ FROM docker.io/library/python:3.12 -slim-bookworm
3
3
LABEL org.opencontainers.image.source https://github.com/kiwix/container-images
4
4
5
5
# debian-slim based python container with libzim
@@ -10,6 +10,7 @@ RUN apt-get update -y \
10
10
vim \
11
11
cron \
12
12
libmagic1 \
13
+ libcairo2 \
13
14
curl \
14
15
openssh-server \
15
16
&& apt-get clean \
@@ -29,8 +30,8 @@ ENV LC_ALL en_US.UTF-8
29
30
VOLUME /data
30
31
31
32
RUN pip install --no-cache-dir -U \
32
- "zimscraperlib==3.1.1 " "unidecode==1.3.7 " "mwclient==0.10.1 " "humanfriendly==10.0" \
33
- "pyyaml==6.0.1 " "pycountry==22.3.5 " "jinja2==3.1.2" && \
33
+ "zimscraperlib==4.0.0 " "unidecode==1.3.8 " "mwclient==0.11.0 " "humanfriendly==10.0" \
34
+ "pyyaml==6.0.2 " "pycountry==24.6.1 " "jinja2==3.1.4" "pydantic==2.8 .2" && \
34
35
printf "#!/bin/bash\n\n \
35
36
set -e\n \
36
37
\
You can’t perform that action at this time.
0 commit comments