add pygments
Some checks failed
Build Docker Image / build (default) (push) Failing after 10m59s
Build Docker Image / build (full) (push) Failing after 3m42s
Build Docker Image / build (python) (push) Successful in 5m2s
Build Docker Image / build (full-python) (push) Failing after 32m35s

This commit is contained in:
2025-07-14 21:55:10 +02:00
parent fcec606d71
commit 7c204d17a5

View File

@@ -1,4 +1,4 @@
ARG PYTHON_PACKAGES="python3 python3-dev py3-pip pandoc-cli"
ARG PYTHON_PACKAGES="python3 python3-dev py3-pip pandoc-cli py3-pygments"
ARG SYSTEM_PACKAGES="graphviz nodejs git-lfs make ncurses openjdk21"
FROM harbor.pollinger.dev/dockerhub-mirror/alpine:latest AS base