/pyyaml-docker

docker image with pyyaml with native extension builtin

Primary LanguageDockerfileMIT LicenseMIT

pyyaml-docker

build status automated build

This repo contains a Dockerfile which is automatically built and available at https://hub.docker.com/r/madmuffin/pyyaml/.

The image contains

That's all there is.

Why?

Installing pyyaml with native extension is somewhat time consuming, since the native code needs to be compiled. By using this image, I sped up a build process step that needed the modules available by a little less than 1 minute per execution.

Contributions?

Are welcome, but keep in mind that the scope of this image is very limited, other packages should probably not be added.