Add systemd-rpm-macros to docker containers

This commit is contained in:
Toastie 2025-03-27 15:08:22 +13:00
parent 6a5be484a0
commit 9c6316d857
Signed by: toastie_t0ast
GPG key ID: 74226CF45EEE5AAF
3 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
FROM fedora:latest
RUN dnf install dotnet-sdk-9.0 rpm-build git -y
RUN dnf install dotnet-sdk-9.0 rpm-build git systemd-rpm-macros -y

View file

@ -1,2 +1,2 @@
FROM redhat/ubi8:latest
RUN dnf install dotnet-sdk-9.0 rpm-build git -y
RUN dnf install dotnet-sdk-9.0 rpm-build git systemd-rpm-macros -y

View file

@ -1,2 +1,2 @@
FROM redhat/ubi9:latest
RUN dnf install dotnet-sdk-9.0 rpm-build git -y
RUN dnf install dotnet-sdk-9.0 rpm-build git systemd-rpm-macros -y