diff options
Diffstat (limited to 'third_party/rust/libc/ci/docker/x86_64-unknown-openbsd/Dockerfile')
-rw-r--r-- | third_party/rust/libc/ci/docker/x86_64-unknown-openbsd/Dockerfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/rust/libc/ci/docker/x86_64-unknown-openbsd/Dockerfile b/third_party/rust/libc/ci/docker/x86_64-unknown-openbsd/Dockerfile new file mode 100644 index 000000000..f0343c136 --- /dev/null +++ b/third_party/rust/libc/ci/docker/x86_64-unknown-openbsd/Dockerfile @@ -0,0 +1,7 @@ +FROM ubuntu:16.04 + +RUN apt-get update +RUN apt-get install -y --no-install-recommends \ + gcc libc6-dev qemu qemu-kvm curl ca-certificates kmod cpu-checker +ENV PATH=$PATH:/rust/bin \ + QEMU=openbsd.qcow2 |