We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7f561 commit 0681b29Copy full SHA for 0681b29
Dockerfile
@@ -4,7 +4,7 @@ FROM python:3.11-slim
4
# Install system dependencies
5
RUN apt-get update && apt-get install -y \
6
gcc \
7
- libgl1-mesa-glx \
+ libgl1 \
8
libglib2.0-0 \
9
libsm6 \
10
libxext6 \
0 commit comments