Skip to content

Commit

Permalink
workaround for the dnf5 disaster
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Aug 21, 2023
1 parent 886d2f5 commit 526ba39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Fedora-rawhide/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ARG dockerfile_url
ENV DOCKERFILE_URL=$dockerfile_url

RUN dnf -y upgrade && \
[ -x /usr/bin/dnf ] || ln -s /usr/bin/dnf5 /usr/bin/dnf && \
dnf -y install make cmake gcc-c++ \
util-linux \
gmp-devel.x86_64 mpfr-devel.x86_64 \
Expand Down

0 comments on commit 526ba39

Please sign in to comment.