[Fix] Add libxrender, libxext6 and libfontconfig1 libs to envipy image (#278)

Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#278
This commit is contained in:
2025-12-19 23:03:02 +13:00
parent 9db4806d75
commit d6065ee888

View File

@ -19,6 +19,9 @@ RUN apt-get update && \
lsb-release \ lsb-release \
git \ git \
ssh \ ssh \
libxrender1 \
libxext6 \
libfontconfig1 \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Install Node.js 24 via NodeSource # Install Node.js 24 via NodeSource