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 Oct 7, 2022
1 parent 839ae9a commit 6e3c5ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:20.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 composer \
nodejs npm libgbm1 libasound2

nodejs npm libgbm1 libasound2 \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 6e3c5ee

Please sign in to comment.