summaryrefslogtreecommitdiff
path: root/ci/docker/x86_64-unknown-openbsd/Dockerfile
blob: 41edc62382730d7fc37fba4f8f9e2d5ce8253ac0 (plain)
1
2
3
4
5
6
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=2016-09-07/openbsd-6.0-without-pkgs.qcow2