forked from enviPath/enviPy
[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:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user