fixing docker compose

This commit is contained in:
2025-09-08 15:36:17 +02:00
parent 008eb7906b
commit a369972119
2 changed files with 20 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ ENV FLASK_SECRET=production-secret-change-me
RUN apt-get update && apt-get install -y \
gcc \
default-libmysqlclient-dev \
default-mysql-client \
pkg-config \
curl \
&& rm -rf /var/lib/apt/lists/*