Skip to content

bitswamp/python-slim-mysqlclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

python-slim-mysqlclient

Python's mysqlclient requires libmysqlclient-dev libraries to build and install. This image uses a 2-stage Dockerfile to build a mysqlclient wheel, so the final image does not require the libmysqlclient-dev libraries or build toolchain.

For comparison, the first stage with the dev dependencies produces a 411MB image. The second stage, where the mysqlclient wheel is installed, is only 149MB.

About

A slim python 3.6 image with mysqlclient wheel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published