├── LICENSE ├── README.md ├── devkita64 └── Dockerfile ├── devkitarm └── Dockerfile ├── devkitppc └── Dockerfile ├── notes.txt └── toolchain-base └── Dockerfile /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devkitPro/docker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devkitPro/docker/HEAD/README.md -------------------------------------------------------------------------------- /devkita64/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devkitPro/docker/HEAD/devkita64/Dockerfile -------------------------------------------------------------------------------- /devkitarm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devkitPro/docker/HEAD/devkitarm/Dockerfile -------------------------------------------------------------------------------- /devkitppc/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devkitPro/docker/HEAD/devkitppc/Dockerfile -------------------------------------------------------------------------------- /notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devkitPro/docker/HEAD/notes.txt -------------------------------------------------------------------------------- /toolchain-base/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devkitPro/docker/HEAD/toolchain-base/Dockerfile --------------------------------------------------------------------------------