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 de4cebb commit 367f290Copy full SHA for 367f290
modules/swagger-generator/Dockerfile_root
@@ -2,6 +2,7 @@ FROM redhat/ubi9-minimal:9.1
2
RUN microdnf -y install which
3
RUN microdnf -y install glibc-langpack-en
4
RUN microdnf -y install tar
5
+RUN microdnf -y install gzip
6
ENV disableOas31Resolve=False
7
ENV JAVA_HOME=/opt/java/openjdk
8
COPY --from=eclipse-temurin:17-jre $JAVA_HOME $JAVA_HOME
0 commit comments