[Fix] Added libfreetype6 and libcairo2 (#279)

Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#279
This commit is contained in:
2025-12-20 00:26:23 +13:00
parent d6065ee888
commit 6ee4ac535a

View File

@ -22,6 +22,8 @@ RUN apt-get update && \
libxrender1 \ libxrender1 \
libxext6 \ libxext6 \
libfontconfig1 \ libfontconfig1 \
libfreetype6 \
libcairo2 \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Install Node.js 24 via NodeSource # Install Node.js 24 via NodeSource