diff options
Diffstat (limited to 'libc/ci/docker/x86_64-unknown-openbsd')
-rw-r--r-- | libc/ci/docker/x86_64-unknown-openbsd/Dockerfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/ci/docker/x86_64-unknown-openbsd/Dockerfile b/libc/ci/docker/x86_64-unknown-openbsd/Dockerfile new file mode 100644 index 0000000..518baf8 --- /dev/null +++ b/libc/ci/docker/x86_64-unknown-openbsd/Dockerfile @@ -0,0 +1,8 @@ +FROM ubuntu:16.10 + +RUN apt-get update +RUN apt-get install -y --no-install-recommends \ + gcc libc6-dev qemu curl ca-certificates \ + genext2fs +ENV PATH=$PATH:/rust/bin \ + QEMU=2016-11-06/openbsd-6.0-without-pkgs.qcow2 |