remove .x86_64 from string
This commit is contained in:
parent
e191e6cca7
commit
1c19f6c367
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue