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
45
45
make install && \
46
46
rm -rf /opt/protobuf-src
47
47
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"
50
50
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
52
52
RUN microdnf update && \
53
53
microdnf install \
54
54
# 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" \
20
20
description="This image is the base image for all Stackable Java product images."
21
21
22
22
# 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
24
24
25
25
RUN microdnf update && \
26
26
microdnf install \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM stackable/image/stackable-base
8
8
ARG PRODUCT
9
9
10
10
# 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
12
12
13
13
# hadolint ignore=DL3041
14
14
RUN microdnf update && \
You can’t perform that action at this time.
0 commit comments