Skip to content

Commit bb8a8dd

Browse files
committed
Add patch util and use non-slim
- Using a slim image on a maintenance image has little value and while those removed tools are typicaly those we may want to use in maintenance scenarios - Adding patch util for kiwix-serve template update job
1 parent 444d548 commit bb8a8dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

maintenance/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM docker.io/library/python:3.12-slim-bookworm
2+
FROM docker.io/library/python:3.12-bookworm
33
LABEL org.opencontainers.image.source https://github.com/kiwix/container-images
44

55
# debian-slim based python container with libzim
@@ -12,6 +12,7 @@ RUN apt-get update -y \
1212
libmagic1 \
1313
libcairo2 \
1414
curl \
15+
patch \
1516
openssh-server \
1617
&& apt-get clean \
1718
&& rm -rf /var/lib/apt/lists/* \

0 commit comments

Comments
 (0)