add make to containers
Some checks failed
Some checks failed
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
ARG PYTHON_PACKAGES="python3 py3-pip pandoc-cli"
|
||||
|
||||
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
|
||||
RUN apk add --update texlive texlive-luatex
|
||||
|
||||
Reference in New Issue
Block a user