Deepfake Authenticator commited on
Commit
e669b79
·
1 Parent(s): 4e25979

fix: replace libgl1-mesa-glx with libgl1 for Debian trixie

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.11-slim
2
 
3
  # System dependencies
4
  RUN apt-get update && apt-get install -y \
5
- libgl1-mesa-glx \
6
  libglib2.0-0 \
7
  libsm6 \
8
  libxext6 \
 
2
 
3
  # System dependencies
4
  RUN apt-get update && apt-get install -y \
5
+ libgl1 \
6
  libglib2.0-0 \
7
  libsm6 \
8
  libxext6 \