removed stuff

This commit is contained in:
Gamosoft 2025-11-11 11:41:20 +01:00
parent bcf114b6d5
commit 817c99a1f4
1 changed files with 1 additions and 5 deletions

View File

@ -23,12 +23,8 @@ FROM python:3.11-slim
WORKDIR /app WORKDIR /app
# Install only runtime dependencies (not build tools!)
RUN apt-get update && apt-get install -y --no-install-recommends \
libssl3 \
&& rm -rf /var/lib/apt/lists/*
# Copy installed Python packages from builder # Copy installed Python packages from builder
# (python:3.11-slim already has all needed runtime libraries)
COPY --from=builder /install /usr/local COPY --from=builder /install /usr/local
# Copy application files # Copy application files