Merge pull request #2 from outis1one/claude/ai-photo-edit-tool-c8orl

Fix Dockerfile package name for newer Debian versions
This commit is contained in:
outis1one
2026-01-23 23:36:01 -05:00
committed by GitHub
+1 -1
View File
@@ -4,7 +4,7 @@ WORKDIR /app
# Install system dependencies # Install system dependencies
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
libgl1-mesa-glx \ libgl1 \
libglib2.0-0 \ libglib2.0-0 \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*