Skip to content

Commit

Permalink
fix fedora39 build
Browse files Browse the repository at this point in the history
  • Loading branch information
ralequi committed Sep 6, 2023
1 parent 72b9cae commit 3361018
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile.fedora39
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,15 @@ RUN dnf install -y \

# Install rpm macros for python development
RUN dnf install -y \
dnf-plugins-core \
dnf5-plugins \
python3-devel \
python3-rpm-macros \
python3-setuptools_scm+toml \
python3-wheel \
&& dnf clean all \
&& rm -rf /var/cache/dnf

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

0 comments on commit 3361018

Please sign in to comment.