mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-26 03:47:35 +00:00
The travis build for s390x started to fail with: Failed to fetch http://security.debian.org/debian-security/dists/jessie/updates/InRelease Unable to find expected entry 'main/binary-s390x/Packages' in Release file (Wrong sources.list entry or malformed file) This changes the repository definition just like it is done for ppc64le. Signed-off-by: Adrian Reber <areber@redhat.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
7 lines
248 B
Docker
7 lines
248 B
Docker
FROM s390x/debian:jessie-backports
|
|
|
|
ENV QEMU_CPU z900
|
|
COPY scripts/build/qemu-user-static/usr/bin/qemu-s390x-static /usr/bin/qemu-s390x-static
|
|
# The security repository does not seem to exist anymore
|
|
RUN sed -i '/security/ d' /etc/apt/sources.list
|