Closed
Description
I keep my images with the tag python:3
because Python versioning says that 3.x are always compatible with previous 3.x versions. However latest update on tag python:3
(that now is 3.7.0-stretch
) causes build failures on my requirements.txt.
The headers or library files could not be found for zlib,
a required dependency when compiling Pillow from source.
Because of this 3.7 was not ready to leave rc.
The workaround is simply change base image from python:3
to python:3.6
.