add make to containers
Some checks failed
Build Docker Image / build (default) (push) Failing after 3m11s
Build Docker Image / build (full-python) (push) Failing after 5s
Build Docker Image / build (python) (push) Failing after 1s
Build Docker Image / build (full) (push) Failing after 3m48s

This commit is contained in:
2025-03-15 01:05:14 +01:00
parent 466e4f8795
commit 29f8df1f86

View File

@@ -1,7 +1,7 @@
ARG PYTHON_PACKAGES="python3 py3-pip pandoc-cli" ARG PYTHON_PACKAGES="python3 py3-pip pandoc-cli"
FROM harbor.pollinger.dev/dockerhub-mirror/alpine:latest AS base FROM harbor.pollinger.dev/dockerhub-mirror/alpine:latest AS base
RUN apk add --update graphviz nodejs git-lfs RUN apk add --update graphviz nodejs git-lfs make
FROM base AS default FROM base AS default
RUN apk add --update texlive texlive-luatex RUN apk add --update texlive texlive-luatex