We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bddc7dd commit 8fae356Copy full SHA for 8fae356
rhcl/mockserver/Containerfile
@@ -5,7 +5,7 @@ ARG user=fedora
5
6
# Install dependencies using microdnf (standard for fedora-minimal)
7
RUN microdnf -y update \
8
- && microdnf install -y java-17-openjdk-headless openssl shadow-utils \
+ && microdnf install -y java-25-openjdk-headless.ppc64le openssl shadow-utils \
9
&& microdnf clean all
10
11
# Create the user and set up environment
0 commit comments