mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-01 10:09:08 +00:00
fix: added libGL in Docker
This commit is contained in:
parent
bc89959d2f
commit
28ca4fecd5
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue