File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ RUN curl --fail -L -s -S https://repo.stackable.tech/repository/packages/protobu
4545 make install && \
4646 rm -rf /opt/protobuf-src
4747
48- ENV PROTOBUF_HOME /opt/protobuf
49- ENV PATH "${PATH}:/opt/protobuf/bin"
48+ ENV PROTOBUF_HOME= /opt/protobuf
49+ ENV PATH= "${PATH}:/opt/protobuf/bin"
5050
51- RUN rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
51+ RUN rpm --install --replacepkgs https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
5252RUN microdnf update && \
5353 microdnf install \
5454 # boost is a build dependency starting in Hadoop 3.4.0 if compiling native code
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ LABEL name="Stackable image for OpenJDK" \
2020 description="This image is the base image for all Stackable Java product images."
2121
2222# We need to use EPEL, as openjdk 22 is not shipped with UBI9
23- RUN rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
23+ RUN rpm --install --replacepkgs https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
2424
2525RUN microdnf update && \
2626 microdnf install \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM stackable/image/stackable-base
88ARG PRODUCT
99
1010# We need to use EPEL, as openjdk 22 is not shipped with UBI9
11- RUN rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
11+ RUN rpm --install --replacepkgs https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
1212
1313# hadolint ignore=DL3041
1414RUN microdnf update && \
You can’t perform that action at this time.
0 commit comments