Add ncurses to Dockerfile dependencies
Some checks failed
Build Docker Image / build (full-python) (push) Has been cancelled
Build Docker Image / build (python) (push) Has been cancelled
Build Docker Image / build (default) (push) Has been cancelled
Build Docker Image / build (full) (push) Has been cancelled

This commit is contained in:
2025-03-29 17:12:31 +01:00
parent ec130a4885
commit 12dc1cb4ca

View File

@@ -1,7 +1,7 @@
ARG PYTHON_PACKAGES="python3 py3-pip pandoc-cli" ARG PYTHON_PACKAGES="python3 py3-pip pandoc-cli"
FROM harbor.pollinger.dev/dockerhub-mirror/alpine:latest AS base FROM harbor.pollinger.dev/dockerhub-mirror/alpine:latest AS base
RUN apk add --no-cache graphviz nodejs git-lfs make biber RUN apk add --no-cache graphviz nodejs git-lfs make biber ncurses
FROM base AS default FROM base AS default
RUN apk add --no-cache texlive texlive-luatex RUN apk add --no-cache texlive texlive-luatex