Skip to content

Commit 539dbd9

Browse files
committed
ci: add explicit gawk install as well so its available to CI scripts
1 parent 77ebf67 commit 539dbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci/platforms/fedora-rawhide-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: container
33
container:
44
containerfile: |
55
FROM registry.fedoraproject.org/fedora:rawhide
6-
RUN dnf install -y --allowerasing systemd
6+
RUN dnf install -y --allowerasing systemd gawk
77
# dbus.socket requires dbus.service; dbus-broker.service is an alias for dbus.service, but it only gets considered if it is enabled
88
RUN systemctl enable dbus-broker
99
RUN useradd --create-home pcpbuild

0 commit comments

Comments
 (0)