docker build fix

This commit is contained in:
2025-09-15 17:21:49 +02:00
parent 9753fbb567
commit 2876f0a608

View File

@@ -9,7 +9,7 @@ ENV PYTHONPATH=/app
WORKDIR /app
# Install system dependencies
RUN apt-get update && apt-get install -y \
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
build-essential \
libpq-dev \
postgresql-client \