Switch from alpine to debian slim as base image

This commit is contained in:
2023-12-20 11:56:47 +01:00
parent f7863d079e
commit 849aea4e5a

View File

@@ -1,7 +1,7 @@
FROM alpine:3.19
FROM debian:bookworm-slim
RUN apk add --no-cache --upgrade \
texlive-full
RUN apt update && \
apt install -y texlive-full
ADD build.sh /
RUN chmod +x /compile.sh