Files
spring-hateoas/ci/Dockerfile
Greg L. Turnquist b58759a801 #1419 - Backport directly releasing to maven central to 1.2.x.
By removing our need to use bintray for releases and instead deploying directly to maven central, we can reduce the risk of issues.

Related issue: #1417
2020-12-18 17:12:33 -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/*