Skip to content

Commit

Permalink
Update base image to Debian Bullseye
Browse files Browse the repository at this point in the history
Signed-off-by: J0WI <[email protected]>
  • Loading branch information
J0WI committed Nov 10, 2023
1 parent 442e99f commit 06816d8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions documentation/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM ubuntu:22.04
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python3-pil \
FROM debian:bullseye-slim
RUN apt-get update && apt-get install -y python3-pil \
python3-pip texlive-fonts-recommended latexmk \
texlive-latex-extra texlive-latex-recommended make php-cli php-xml composer \
texlive-xetex texlive-fonts-extra-links texlive-fonts-extra \
nodejs npm libgbm1 libasound2 wget

texlive-latex-extra texlive-latex-recommended make php-cli composer \
nodejs npm libgbm1 libasound2 \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 06816d8

Please sign in to comment.