Fix: Dockerfile
Some checks failed
Build and Push Docker Image / build (push) Failing after 22m22s

This commit is contained in:
2026-04-16 23:01:52 +02:00
parent 91cfbcfed5
commit 0e01f55c09

View File

@@ -3,7 +3,7 @@ FROM ghcr.io/catthehacker/ubuntu:gh-20.04
USER root USER root
RUN apt-get update RUN apt-get update
RUN apt-get upgrade RUN apt-get upgrade -y
RUN apt-get install pandoc nodejs texlive-full -y RUN apt-get install pandoc nodejs texlive-full -y
RUN apt-get clean RUN apt-get clean
RUN rm -rf /var/lib/apt/lists/* RUN rm -rf /var/lib/apt/lists/*