We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ce422 commit 6ecd031Copy full SHA for 6ecd031
Dockerfile
@@ -4,9 +4,9 @@ ARG TARGETPLATFORM
4
5
USER root
6
7
-RUN microdnf update \
+RUN microdnf update -y \
8
&& microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y java-${JAVA_VERSION}-openjdk-headless openssl shadow-utils \
9
- && microdnf clean all
+ && microdnf clean all -y
10
11
# Set JAVA_HOME env var
12
ENV JAVA_HOME /usr/lib/jvm/jre-${JAVA_VERSION}
0 commit comments