Fix: Docker build
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m42s

This commit is contained in:
2026-04-18 00:16:48 +02:00
parent 1d56fcb723
commit 24a15752b7

View File

@@ -1,10 +1,9 @@
FROM pandoc/latex:3-debian
FROM docker.io/pandoc/latex:3-debian
USER root
SHELL ["/bin/bash", "-c"]
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install curl -y