Skip to content

Commit

Permalink
Update Dockerfile_root to install tar
Browse files Browse the repository at this point in the history
  • Loading branch information
dara-leonard authored and frantuma committed Apr 24, 2023
1 parent 2d7bead commit db4bf36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/swagger-generator/Dockerfile_root
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM redhat/ubi9-minimal:9.1
RUN microdnf -y install which
RUN microdnf -y install glibc-langpack-en
RUN microdnf -y install tar
ENV disableOas31Resolve=False
ENV JAVA_HOME=/opt/java/openjdk
COPY --from=eclipse-temurin:17-jre $JAVA_HOME $JAVA_HOME
Expand Down

0 comments on commit db4bf36

Please sign in to comment.