New: build Dockercontainer
Some checks failed
Build and Push Docker Image / build (push) Failing after 2m17s

This commit is contained in:
2026-04-16 22:54:02 +02:00
commit 91cfbcfed5
3 changed files with 51 additions and 0 deletions

13
Dockerfile Normal file
View File

@@ -0,0 +1,13 @@
FROM ghcr.io/catthehacker/ubuntu:gh-20.04
USER root
RUN apt-get update
RUN apt-get upgrade
RUN apt-get install pandoc nodejs texlive-full -y
RUN apt-get clean
RUN rm -rf /var/lib/apt/lists/*
RUN npm install -g @mermaid-js/mermaid-cli
USER gitea-action