mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 18:25:14 +00:00
CI: fix Fedora rawhide
Fix Fedora rawhide CI failure caused by coreutils-single and our way of running under QEMU. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
7c4ddebc35
commit
c75cb2b58b
1 changed files with 6 additions and 0 deletions
|
|
@ -23,6 +23,12 @@ RUN dnf install -y \
|
|||
python-yaml \
|
||||
tar
|
||||
|
||||
# Replace coreutils-single with "traditional" coreutils
|
||||
# to fix the following error on Fedora 28/rawhide while
|
||||
# running under QEMU:
|
||||
# > sh: /usr/bin/sort: /usr/bin/coreutils: bad interpreter: No such file or directory
|
||||
RUN dnf install -y --allowerasing coreutils
|
||||
|
||||
COPY . /criu
|
||||
WORKDIR /criu
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue