Dockerfile: add build deps (pkg-config, default-libmysqlclient-dev, python3-dev, build-essential) to build mysqlclient

This commit is contained in:
nicholai 2025-09-16 15:48:23 -06:00
parent b7039901cb
commit 6d26ad9508

View File

@ -30,6 +30,10 @@ RUN set -eux; \
python3 \ python3 \
python3-venv \ python3-venv \
python3-pip \ python3-pip \
python3-dev \
build-essential \
pkg-config \
default-libmysqlclient-dev \
curl \ curl \
ca-certificates \ ca-certificates \
tzdata \ tzdata \