fix: libgl1-mesa-glx → libgl1 (Debian bookworm)
Some checks failed
Deploy to Coolify / deploy (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-03-12 10:33:28 +01:00
parent 7cdb53051f
commit 8f5f9641c7

View File

@@ -2,7 +2,7 @@ FROM python:3.11-slim
WORKDIR /app
RUN apt-get update && apt-get install -y --no-install-recommends \
libgl1-mesa-glx libglib2.0-0 curl \
libgl1 libglib2.0-0 curl \
&& rm -rf /var/lib/apt/lists/*
COPY requirements.txt .