From 12dc1cb4cadbf04d9203385a59f568f9b212a42e Mon Sep 17 00:00:00 2001 From: Julian Pollinger Date: Sat, 29 Mar 2025 17:12:31 +0100 Subject: [PATCH] Add ncurses to Dockerfile dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4ccdf2b..97d8de5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG PYTHON_PACKAGES="python3 py3-pip pandoc-cli" 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 RUN apk add --no-cache texlive texlive-luatex