├── .gitignore ├── Dockerfile ├── README.md └── create_bundle.sh /.gitignore: -------------------------------------------------------------------------------- 1 | /bundle -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gradinac/musl-bundle-example/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gradinac/musl-bundle-example/HEAD/README.md -------------------------------------------------------------------------------- /create_bundle.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gradinac/musl-bundle-example/HEAD/create_bundle.sh --------------------------------------------------------------------------------