Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Jun 18, 2024
1 parent dd96921 commit 76a90d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fedora-rawhide/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM fedora:rawhide
ARG dockerfile_url
ENV DOCKERFILE_URL=$dockerfile_url

RUN trap "tail /var/log/dnf.rpm.log" EXIT && dnf -y upgrade && \
RUN trap "cat /var/log/dnf.rpm.log" EXIT && dnf -y upgrade && \
[ -x /usr/bin/dnf ] || ln -s /usr/bin/dnf5 /usr/bin/dnf && \
dnf -y install make cmake gcc-c++ \
util-linux \
Expand Down

0 comments on commit 76a90d1

Please sign in to comment.