This repository contains Dockerfile of Gradle for Docker's automated build published to the public Docker Hub Registry.
-
Install Docker.
-
Download automated build from public Docker Hub Registry:
docker pull cogniteev/gradle
(alternatively, you can build an image from Dockerfile:
docker build -t="cogniteev/gradle" github.com/cogniteev/gradle
)