├── .travis.yml ├── COPYRIGHT ├── Dockerfile ├── Makefile ├── README.md ├── accept-and-install-sdk.exp ├── armadillo ├── Dockerfile ├── Makefile ├── README.md └── hooks └── hooks └── build /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wiyarmir/docker-fuchsia-dev/HEAD/.travis.yml -------------------------------------------------------------------------------- /COPYRIGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wiyarmir/docker-fuchsia-dev/HEAD/COPYRIGHT -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wiyarmir/docker-fuchsia-dev/HEAD/Dockerfile -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wiyarmir/docker-fuchsia-dev/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wiyarmir/docker-fuchsia-dev/HEAD/README.md -------------------------------------------------------------------------------- /accept-and-install-sdk.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wiyarmir/docker-fuchsia-dev/HEAD/accept-and-install-sdk.exp -------------------------------------------------------------------------------- /armadillo/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wiyarmir/docker-fuchsia-dev/HEAD/armadillo/Dockerfile -------------------------------------------------------------------------------- /armadillo/Makefile: -------------------------------------------------------------------------------- 1 | ../Makefile -------------------------------------------------------------------------------- /armadillo/README.md: -------------------------------------------------------------------------------- 1 | ../README.md -------------------------------------------------------------------------------- /armadillo/hooks: -------------------------------------------------------------------------------- 1 | ../hooks -------------------------------------------------------------------------------- /hooks/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wiyarmir/docker-fuchsia-dev/HEAD/hooks/build --------------------------------------------------------------------------------