Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Dockerfile.s390x.hdr « build « scripts - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c92fe093fa6b2794ac4472295f087a8b9d99560 (plain)
1
2
3
4
5
6
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