gcc packages
Some checks failed
Build Docker Image / build (default) (push) Successful in 1m50s
Build Docker Image / build (python) (push) Has been cancelled
Build Docker Image / build (full-python) (push) Has been cancelled
Build Docker Image / build (full) (push) Has been cancelled

This commit is contained in:
2025-06-14 18:15:53 +02:00
parent 8ce515d430
commit 84772ddb37

View File

@@ -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"
FROM harbor.pollinger.dev/dockerhub-mirror/alpine:latest AS base
@@ -15,6 +15,7 @@ FROM base AS full
ENV TERM=xterm-256color
RUN apk add --no-cache texlive-full biber
RUN luaotfload-tool --update
RUN apk add --no-cache gcc musl-dev linux-headers
FROM default AS python
ENV TERM=xterm-256color