Spaces:
Sleeping
Sleeping
Commit ·
ec32753
1
Parent(s): 615e194
fix: librandr2 -> libxrandr2 for Debian Trixie
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -27,7 +27,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
| 27 |
libxdamage1 \
|
| 28 |
libxext6 \
|
| 29 |
libxfixes3 \
|
| 30 |
-
|
| 31 |
libgbm1 \
|
| 32 |
libpango-1.0-0 \
|
| 33 |
libcairo2 \
|
|
|
|
| 27 |
libxdamage1 \
|
| 28 |
libxext6 \
|
| 29 |
libxfixes3 \
|
| 30 |
+
libxrandr2 \
|
| 31 |
libgbm1 \
|
| 32 |
libpango-1.0-0 \
|
| 33 |
libcairo2 \
|