blob: 518baf8702e3e1539134acccbdd6d6fc6760976d (
plain)
1
2
3
4
5
6
7
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
|