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 f40b97c commit de44d10Copy full SHA for de44d10
modules/swagger-generator/Dockerfile
@@ -2,6 +2,7 @@ FROM redhat/ubi9-minimal:9.1
2
RUN microdnf -y install shadow-utils
3
RUN microdnf -y install which
4
RUN microdnf -y install glibc-langpack-en
5
+RUN microdnf -y install tar
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