gcc packages
Some checks failed
Some checks failed
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
ARG PYTHON_PACKAGES="python3 py3-pip pandoc-cli"
|
ARG PYTHON_PACKAGES="python3 python3-dev py3-pip pandoc-cli"
|
||||||
ARG SYSTEM_PACKAGES="graphviz nodejs git-lfs make ncurses"
|
ARG SYSTEM_PACKAGES="graphviz nodejs git-lfs make ncurses"
|
||||||
|
|
||||||
FROM harbor.pollinger.dev/dockerhub-mirror/alpine:latest AS base
|
FROM harbor.pollinger.dev/dockerhub-mirror/alpine:latest AS base
|
||||||
@@ -15,6 +15,7 @@ FROM base AS full
|
|||||||
ENV TERM=xterm-256color
|
ENV TERM=xterm-256color
|
||||||
RUN apk add --no-cache texlive-full biber
|
RUN apk add --no-cache texlive-full biber
|
||||||
RUN luaotfload-tool --update
|
RUN luaotfload-tool --update
|
||||||
|
RUN apk add --no-cache gcc musl-dev linux-headers
|
||||||
|
|
||||||
FROM default AS python
|
FROM default AS python
|
||||||
ENV TERM=xterm-256color
|
ENV TERM=xterm-256color
|
||||||
|
|||||||
Reference in New Issue
Block a user