Dockerfile: add build deps (pkg-config, default-libmysqlclient-dev, python3-dev, build-essential) to build mysqlclient
This commit is contained in:
parent
b7039901cb
commit
6d26ad9508
@ -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 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user