Files
spring-ws/ci/Dockerfile
2024-12-18 15:57:16 +02:00

6 lines
132 B
Docker

FROM eclipse-temurin:17-jdk-jammy
RUN apt-get update && apt-get install -y gpg
RUN apt-get clean \
&& rm -rf /var/lib/apt/lists/*