Skip to content

Commit

Permalink
more fc39 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ralequi committed Sep 6, 2023
1 parent 854a94a commit 203a769
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile.fedora39
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ RUN dnf install -y \
&& rm -rf /var/cache/dnf

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

# Install rpm macros for python development
RUN dnf install -y \
RUN dnf5 install -y \
dnf \
dnf-plugins-core \
dnf5-plugins \
Expand Down

0 comments on commit 203a769

Please sign in to comment.