├── .travis.yml ├── Dockerfile ├── LICENSE └── README.md /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arjones/docker-graalvm/HEAD/.travis.yml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arjones/docker-graalvm/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arjones/docker-graalvm/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arjones/docker-graalvm/HEAD/README.md --------------------------------------------------------------------------------