Switch from alpine to debian slim as base image
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM alpine:3.19
|
FROM debian:bookworm-slim
|
||||||
|
|
||||||
RUN apk add --no-cache --upgrade \
|
RUN apt update && \
|
||||||
texlive-full
|
apt install -y texlive-full
|
||||||
|
|
||||||
ADD build.sh /
|
ADD build.sh /
|
||||||
RUN chmod +x /compile.sh
|
RUN chmod +x /compile.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user