fix: added libGL in Docker

This commit is contained in:
Pierre Alain BRISSON 2025-08-24 22:53:35 +02:00
parent bc89959d2f
commit 28ca4fecd5

View file

@ -13,6 +13,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
gnupg2 \
espeak-ng \
libsndfile1 \
libgl1 \
libglib2.0-0 \
libsm6 \
libxext6 \
libxrender1 \
&& rm -rf /var/lib/apt/lists/*
# Update certificates and install SSL tools