Skip to content

Commit

Permalink
added even more fedora groups
Browse files Browse the repository at this point in the history
  • Loading branch information
ralequi committed Dec 26, 2023
1 parent 495cf91 commit 1b411e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.fedora38
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM fedora:38

# Install base groups
RUN dnf groupinstall -y 'Development Tools' \
RUN dnf groupinstall -y 'development-tools' 'c-development' 'rpm-development-tools' \
&& dnf clean all \
&& rm -rf /var/cache/dnf

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.fedora39
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM fedora:39

# Install base groups
RUN dnf groupinstall -y 'Development Tools' \
RUN dnf groupinstall -y 'development-tools' 'c-development' 'rpm-development-tools' \
&& dnf clean all \
&& rm -rf /var/cache/dnf

Expand Down

0 comments on commit 1b411e9

Please sign in to comment.