File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
modules/swagger-generator Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- FROM redhat/ubi9-minimal:9.2
1
+ FROM redhat/ubi9-minimal:9.5
2
2
RUN microdnf -y install shadow-utils
3
3
RUN microdnf -y install which
4
4
RUN microdnf -y install glibc-langpack-en
Original file line number Diff line number Diff line change 1
- FROM redhat/ubi9-minimal:9.2
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
1
+ FROM redhat/ubi9-minimal:9.5
2
+ RUN microdnf -y install which && \
3
+ microdnf -y install glibc-langpack-en && \
4
+ microdnf -y install tar && \
5
+ microdnf -y install gzip
6
6
ENV disableOas31Resolve=False
7
7
ENV JAVA_HOME=/opt/java/openjdk
8
8
COPY --from=eclipse-temurin:17-jre $JAVA_HOME $JAVA_HOME
You can’t perform that action at this time.
0 commit comments