Forgot to add call to install the package

This commit is contained in:
2025-11-27 14:28:47 -05:00
parent 353ab28d1b
commit 1090f1002a

View File

@@ -2,7 +2,7 @@ FROM fedora:latest
COPY ./entrypoint.sh /entrypoint.sh COPY ./entrypoint.sh /entrypoint.sh
RUN dnf -y rpmdevtools RUN dnf -y install rpmdevtools
RUN rpmdev-setuptree RUN rpmdev-setuptree