Skip to content

Commit

Permalink
another fc39 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ralequi committed Sep 6, 2023
1 parent a21e1fd commit 854a94a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile.fedora39
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ RUN dnf install -y \
&& dnf clean all \
&& rm -rf /var/cache/dnf

# Upgrade, as there are some buggy packages
RUN dnf upgrade -y \
&& dnf clean all \
&& rm -rf /var/cache/dnf

# Install rpm macros for python development
RUN dnf install -y \
dnf \
Expand All @@ -48,7 +53,3 @@ RUN dnf install -y \
&& dnf clean all \
&& rm -rf /var/cache/dnf

RUN dnf update -y \
&& dnf clean all \
&& rm -rf /var/cache/dnf

0 comments on commit 854a94a

Please sign in to comment.