Skip to content

Commit

Permalink
fixed group install for f41 and f42
Browse files Browse the repository at this point in the history
  • Loading branch information
ralequi committed Nov 8, 2024
1 parent 623c229 commit 58b9966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.fedora41
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM fedora:41

# Install base groups
RUN dnf groupinstall -y \
RUN dnf group install -y \
development-tools \
c-development \
rpm-development-tools \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.fedora42
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM fedora:42

# Install base groups
RUN dnf groupinstall -y \
RUN dnf group install -y \
development-tools \
c-development \
rpm-development-tools \
Expand Down

0 comments on commit 58b9966

Please sign in to comment.