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 \
|
||||
texlive-full
|
||||
RUN apt update && \
|
||||
apt install -y texlive-full
|
||||
|
||||
ADD build.sh /
|
||||
RUN chmod +x /compile.sh
|
||||
|
||||
Reference in New Issue
Block a user