diff --git a/Dockerfile b/Dockerfile index e422890..62dbf9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM harbor.pollinger.dev/dockerhub-mirror/texlive/texlive:latest AS default -RUN apt update -RUN apt install graphviz nodejs -y +RUN apt-get update +RUN apt-get install graphviz nodejs git-lfs -y RUN luaotfload-tool --update FROM default AS python -RUN apt update -RUN apt install python3 python3-pip -y \ No newline at end of file +RUN apt-get update +RUN apt-get install python3 python3-pip -y \ No newline at end of file