Installing mariaDB client efficiently inside docker
my Python application requires the following package -> https://pypi.org/project/mysqlclient/ The pain for me here is that the installation of this packages requires the following build stage at my Dockerfile: RUN curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash && apt-get update &&…