ci: add libfontconfig1-dev to CI builder (plotters dependency)

This commit is contained in:
Administrator
2026-02-25 09:24:59 +00:00
parent b3e8f69631
commit 39cfb037ea

View File

@@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
make \
perl \
build-essential \
libfontconfig1-dev \
&& rm -rf /var/lib/apt/lists/*
# Install Rust 1.89 stable