diff options
Diffstat (limited to 'libc/ci/docker/x86_64-unknown-freebsd')
-rw-r--r-- | libc/ci/docker/x86_64-unknown-freebsd/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/ci/docker/x86_64-unknown-freebsd/Dockerfile b/libc/ci/docker/x86_64-unknown-freebsd/Dockerfile index 12b0bdf..7ad3faf 100644 --- a/libc/ci/docker/x86_64-unknown-freebsd/Dockerfile +++ b/libc/ci/docker/x86_64-unknown-freebsd/Dockerfile @@ -1,9 +1,9 @@ -FROM alexcrichton/rust-slave-linux-cross:2016-04-15 -USER root +FROM alexcrichton/port-prebuilt-freebsd:2017-09-16 RUN apt-get update RUN apt-get install -y --no-install-recommends \ qemu genext2fs +RUN apt-get install -y curl ca-certificates gcc ENTRYPOINT ["sh"] |