Update Dockerfile

This commit is contained in:
Alexandre
2024-03-11 13:05:54 +01:00
committed by GitHub
parent 3c23c4d24c
commit fd88e94c6b

View File

@@ -18,7 +18,8 @@ ARG BUILD_FROM
ARG BUILD_VERSION
FROM ${BUILD_FROM} AS builder
FROM openjdk:17-jdk-slim
RUN apt-get update && \
RUN set +u && set +e && \
apt-get update && \
apt-get install -y --no-install-recommends \
openjdk-11-jre \
unzip \