add -y
This commit is contained in:
parent
06f07e8b1a
commit
2b74ae85f7
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ COPY repo/*.repo /etc/yum.repos.d/
|
||||||
|
|
||||||
RUN dnf upgrade -y
|
RUN dnf upgrade -y
|
||||||
|
|
||||||
RUN dnf install $( \
|
RUN dnf install -y $( \
|
||||||
dnf list --available kernel\* --disablerepo='*' --enablerepo=my-ostree-os-rhel-epel 2>/dev/null \
|
dnf list --available kernel\* --disablerepo='*' --enablerepo=my-ostree-os-rhel-epel 2>/dev/null \
|
||||||
| grep 'andersdsrhcustom' \
|
| grep 'andersdsrhcustom' \
|
||||||
| awk '{print $1 "-" $2}' \
|
| awk '{print $1 "-" $2}' \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue