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 de44d10 commit e774827Copy full SHA for e774827
modules/swagger-generator/Dockerfile_root
@@ -1,6 +1,7 @@
1
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
ENV disableOas31Resolve=False
6
ENV JAVA_HOME=/opt/java/openjdk
7
COPY --from=eclipse-temurin:17-jre $JAVA_HOME $JAVA_HOME
0 commit comments