commit 864bc506af527f15a3cf80b4f232643253c0615e parent c98f3aa57712b06d293842632dc2119341622587 Author: Andreas Gruhler <agruhl@gmx.ch> Date: Thu, 28 Aug 2025 01:40:47 +0200 feat: remove duplicate docker-latex Diffstat:
D | docker/docker-latex/Dockerfile | | | 5 | ----- |
M | docker/docker-texlive/Dockerfile | | | 5 | ++++- |
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/docker/docker-latex/Dockerfile b/docker/docker-latex/Dockerfile @@ -1,5 +0,0 @@ -FROM docker.io/alpine:latest - -RUN apk update && apk add --no-cache texlive-full - -CMD ["/bin/sh"] diff --git a/docker/docker-texlive/Dockerfile b/docker/docker-texlive/Dockerfile @@ -1,3 +1,5 @@ -FROM alpine:latest +FROM docker.io/alpine:latest RUN apk update && apk add --no-cache texlive-full + +CMD ["/bin/sh"] +\ No newline at end of file