secp256k1/ci/linux-debian-s390-qemu.Dockerfile
2021-01-29 21:54:07 +01:00

7 lines
272 B
Docker

FROM debian
RUN dpkg --add-architecture s390x
RUN apt-get update
RUN apt-get install --no-install-recommends --no-upgrade -y make automake libtool
RUN apt-get install --no-install-recommends --no-upgrade -y gcc-s390x-linux-gnu libc6-dev-s390x-cross qemu-user libc6:s390x