Remove execstack from Dockerfile (not available in Debian trixie)

This commit is contained in:
Claude
2026-01-27 14:57:20 +00:00
parent 590398a4af
commit bca0eeb259
-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