Skip to content

Commit f674f93

Browse files
author
Daniel K. O.
committed
Fixed Fedora Dockerfile.
1 parent ba82d56 commit f674f93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/fedora-42/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM fedora:42
22

33
# install packaging tools
4-
RUN dnf -qy group install rpm-development-tools fedora-rpm-macros
4+
RUN dnf -qy group install rpm-development-tools
5+
RUN dnf -qy install fedora-rpm-macros
56

67
# install build dependencies
78
RUN dnf -qy group install c-development

0 commit comments

Comments
 (0)