Files
spring-hateoas/ci/Dockerfile
Greg L. Turnquist 13a51c5819 #1417 - Release directly to maven central.
By removing our need to use bintray for releases and instead deploying directly to maven central, we can reduce the risk of issues.
2020-12-18 12:42:06 -06:00

7 lines
145 B
Docker

FROM adoptopenjdk/openjdk8:latest
RUN apt-get update && apt-get install -y graphviz jq gpg
RUN apt-get clean \
&& rm -rf /var/lib/apt/lists/*