mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-01 10:09:08 +00:00
Merge pull request #291 from Pabrisson/add-Docker-libgl
Some checks are pending
pre-commit / pre-commit (push) Waiting to run
Some checks are pending
pre-commit / pre-commit (push) Waiting to run
fix: added libGL in Docker
This commit is contained in:
commit
fe0cabea72
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