diff --git a/Dockerfile b/Dockerfile index 6598bbd..016607d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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