Skip to content

Commit fa39ef1

Browse files
committed
redhat-lsb-core no longer supported by Fedora (42)
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
1 parent 91982d2 commit fa39ef1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Dockerfile.mockbuild

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,13 @@ RUN echo "https_proxy=${DAOS_HTTPS_PROXY}" >> /etc/environment && \
4040
# script to setup local repo if available
4141
COPY ./packaging/scripts/repo-helper-fedora.sh /tmp/repo-helper.sh
4242

43-
RUN chmod +x /tmp/repo-helper.sh && \
44-
/tmp/repo-helper.sh && \
43+
RUN chmod +x /tmp/repo-helper.sh && \
44+
/tmp/repo-helper.sh && \
4545
rm -f /tmp/repo-helper.sh
4646

4747
# Install basic tools
48-
RUN dnf -y install mock make \
49-
rpm-build createrepo rpmlint redhat-lsb-core git \
50-
python-srpm-macros rpmdevtools && \
48+
RUN dnf -y install mock make rpm-build createrepo rpmlint git \
49+
python-srpm-macros rpmdevtools && \
5150
dnf -y clean all
5251

5352
# use same UID as host and default value of 1000 if not specified

0 commit comments

Comments
 (0)