remove .x86_64 from string
This commit is contained in:
parent
653a3de8d3
commit
1aaec32e2d
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,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