Merge pull request #36 from outis1one/claude/migrate-to-minipaint-eYKWf

Remove execstack from Dockerfile (not available in Debian trixie)
This commit is contained in:
Outis
2026-01-27 09:59:17 -05:00
committed by GitHub
-1
View File
@@ -32,7 +32,6 @@ RUN apt-get update && apt-get install -y \
libgomp1 \
wget \
git \
execstack \
&& rm -rf /var/lib/apt/lists/*
# Copy requirements and install Python dependencies