kidpro2002 commited on
Commit
ec32753
·
1 Parent(s): 615e194

fix: librandr2 -> libxrandr2 for Debian Trixie

Browse files
Files changed (1) hide show
  1. 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
- librandr2 \
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 \