Skip to content

Commit

Permalink
Merge pull request #142 from lrineau/dnf5
Browse files Browse the repository at this point in the history
Fedora Rawhide: do no use dnf-shell (not in dnf5)
  • Loading branch information
lrineau authored Jul 10, 2023
2 parents ce7f758 + 9a6876e commit ada5d24
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Fedora-rawhide/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM fedora:rawhide
ARG dockerfile_url
ENV DOCKERFILE_URL=$dockerfile_url

RUN echo "install make cmake gcc-c++ \
RUN dnf -y upgrade && \
dnf -y install make cmake gcc-c++ \
util-linux \
gmp-devel.x86_64 mpfr-devel.x86_64 \
boost-devel.x86_64 \
Expand All @@ -21,10 +22,7 @@ RUN echo "install make cmake gcc-c++ \
zlib-devel.x86_64 \
diffutils \
wget \
tar" >> dnf-cmd && \
echo update >> dnf-cmd && \
echo run >> dnf-cmd && \
dnf -y --refresh shell dnf-cmd && rm dnf-cmd && \
tar && \
dnf clean all && \
wget https://registrationcenter-download.intel.com/akdlm/irc_nas/19143/l_tbb_oneapi_p_2021.8.0.25334_offline.sh && \
bash l_tbb_oneapi_p_2021.8.0.25334_offline.sh -a --action install --eula accept -s && \
Expand Down

0 comments on commit ada5d24

Please sign in to comment.