2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 13:58:34 +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:
Kir Kolyshkin
2018-03-15 14:09:39 -07:00
committed by Andrei Vagin
parent 7c4ddebc35
commit c75cb2b58b

View File

@@ -23,6 +23,12 @@ RUN dnf install -y \
python-yaml \ python-yaml \
tar 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 COPY . /criu
WORKDIR /criu WORKDIR /criu