Skip to content

Commit

Permalink
Add patch util and use non-slim
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
rgaudin committed Oct 29, 2024
1 parent 444d548 commit bb8a8dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maintenance/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

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

# debian-slim based python container with libzim
Expand All @@ -12,6 +12,7 @@ RUN apt-get update -y \
libmagic1 \
libcairo2 \
curl \
patch \
openssh-server \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit bb8a8dd

Please sign in to comment.