probably improve caching and build speed
Some checks failed
Some checks failed
This commit is contained in:
@@ -2,18 +2,16 @@ ARG PYTHON_PACKAGES="python3 py3-pip pandoc-cli"
|
|||||||
ARG SYSTEM_PACKAGES="graphviz nodejs git-lfs make biber ncurses"
|
ARG SYSTEM_PACKAGES="graphviz nodejs git-lfs make biber ncurses"
|
||||||
|
|
||||||
FROM harbor.pollinger.dev/dockerhub-mirror/alpine:latest AS base
|
FROM harbor.pollinger.dev/dockerhub-mirror/alpine:latest AS base
|
||||||
|
ARG SYSTEM_PACKAGES
|
||||||
|
RUN apk add --no-cache ${SYSTEM_PACKAGES}
|
||||||
|
|
||||||
FROM base AS default
|
FROM base AS default
|
||||||
ARG SYSTEM_PACKAGES
|
|
||||||
RUN apk add --no-cache texlive texlive-luatex
|
RUN apk add --no-cache texlive texlive-luatex
|
||||||
RUN luaotfload-tool --update
|
RUN luaotfload-tool --update
|
||||||
RUN apk add --no-cache ${SYSTEM_PACKAGES}
|
|
||||||
|
|
||||||
FROM default AS full
|
FROM base AS full
|
||||||
ARG SYSTEM_PACKAGES
|
|
||||||
RUN apk add --no-cache texlive-full
|
RUN apk add --no-cache texlive-full
|
||||||
RUN luaotfload-tool --update
|
RUN luaotfload-tool --update
|
||||||
RUN apk add --no-cache ${SYSTEM_PACKAGES}
|
|
||||||
|
|
||||||
FROM default AS python
|
FROM default AS python
|
||||||
ARG PYTHON_PACKAGES
|
ARG PYTHON_PACKAGES
|
||||||
|
|||||||
Reference in New Issue
Block a user