change build stages
Some checks failed
Some checks failed
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
FROM harbor.pollinger.dev/dockerhub-mirror/alpine:latest AS default
|
FROM harbor.pollinger.dev/dockerhub-mirror/alpine:latest AS base
|
||||||
RUN apk add --update texlive texlive-luatex
|
|
||||||
RUN apk add --update graphviz nodejs git-lfs
|
RUN apk add --update graphviz nodejs git-lfs
|
||||||
|
|
||||||
|
FROM base AS default
|
||||||
|
RUN apk add --update texlive texlive-luatex
|
||||||
RUN luaotfload-tool --update
|
RUN luaotfload-tool --update
|
||||||
|
|
||||||
FROM default AS python
|
FROM default AS python
|
||||||
@@ -8,6 +10,7 @@ RUN apk add --update python3 py3-pip
|
|||||||
|
|
||||||
FROM default AS full
|
FROM default AS full
|
||||||
RUN apk add --update texlive-full
|
RUN apk add --update texlive-full
|
||||||
|
RUN luaotfload-tool --update
|
||||||
|
|
||||||
FROM full AS full-python
|
FROM full AS full-python
|
||||||
RUN apk add --update python3 py3-pip
|
RUN apk add --update python3 py3-pip
|
||||||
Reference in New Issue
Block a user