├── Dockerfile ├── LICENSE ├── Makefile ├── README.md └── shell.nix /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zarmory/docker-python-minimal/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zarmory/docker-python-minimal/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zarmory/docker-python-minimal/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zarmory/docker-python-minimal/HEAD/README.md -------------------------------------------------------------------------------- /shell.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zarmory/docker-python-minimal/HEAD/shell.nix --------------------------------------------------------------------------------