]> git.proxmox.com Git - rustc.git/blob - src/liblibc/ci/docker/x86_64-unknown-openbsd/Dockerfile
New upstream version 1.13.0+dfsg1
[rustc.git] / src / liblibc / ci / docker / x86_64-unknown-openbsd / Dockerfile
1 FROM ubuntu:16.10
2
3 RUN apt-get update
4 RUN apt-get install -y --no-install-recommends \
5 gcc libc6-dev qemu curl ca-certificates \
6 genext2fs
7 ENV PATH=$PATH:/rust/bin \
8 QEMU=2016-09-07/openbsd-6.0-without-pkgs.qcow2