Files
spring-session-data-mongodb/ci/Dockerfile
Greg L. Turnquist 236a140fa3 Release to sonatype.
Official releases now go directly to sonatype and stop depending upon bintray.
2021-01-07 16:30:31 -06:00

7 lines
136 B
Docker

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