diff options
Diffstat (limited to 'libc/ci/docker/x86_64-rumprun-netbsd/Dockerfile')
-rw-r--r-- | libc/ci/docker/x86_64-rumprun-netbsd/Dockerfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libc/ci/docker/x86_64-rumprun-netbsd/Dockerfile b/libc/ci/docker/x86_64-rumprun-netbsd/Dockerfile new file mode 100644 index 0000000..129771e --- /dev/null +++ b/libc/ci/docker/x86_64-rumprun-netbsd/Dockerfile @@ -0,0 +1,6 @@ +FROM mato/rumprun-toolchain-hw-x86_64 +USER root +RUN apt-get update +RUN apt-get install -y --no-install-recommends \ + qemu +ENV PATH=$PATH:/rust/bin |