remove .x86_64 from string

This commit is contained in:
Anders Rytter Hansen 2025-11-15 02:08:20 -03:00
commit 1c19f6c367

View file

@ -12,6 +12,7 @@ RUN dnf install -y $( \
| sort -V \
| tail -1 \
| sed 's/\.src//g' \
| sed 's/\.x86_64//g' \
)
RUN dnf install --nogpgcheck -y https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-$(rpm -E %rhel).noarch.rpm