Files
spring-hateoas/ci/Dockerfile
Greg L. Turnquist 9073286b6f #1420 - Backport directly releasing to maven central to 1.1.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, #1419
2020-12-18 17:17:45 -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/*