directory not found fix

This commit is contained in:
2026-02-25 10:25:14 +01:00
parent ebafaef335
commit d55374e810

View File

@@ -13,6 +13,11 @@ WORKDIR /app
# Install system dependencies # Install system dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
gcc \ gcc \
libxcb1 \
libx11-6 \
libxext6 \
libxrender1 \
libgl1 \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Copy requirements first for better caching # Copy requirements first for better caching