tiangolo/uvicorn-gunicorn-fastapi-docker

Install mysqlclient dependency

arfaoui47 opened this issue · 1 comments

libmysqlclient-dev is a dependency for mysqlclient, how to add that to Dockerfile ?

RUN apt-get update
RUN apt-get install -y gcc
RUN apt-get install -y default-libmysqlclient-dev