diff --git a/Dockerfile b/Dockerfile index a0ffc2d..ad8fcca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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