From e384624d395e1b199691534e05ef0cfe03795af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr> Date: Sun, 11 Nov 2018 21:35:59 +0000 Subject: [PATCH] use toolchain nightly --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 731dc7d..f499c93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,9 @@ LABEL maintainer="Elois Librelois" LABEL version="0.1" LABEL description="CI for rust-wasm projects" +# install and use toolchain nightly +RUN rustup install nightly && rustup default nightly + # add target wasm32-unknown-unknown RUN rustup target add wasm32-unknown-unknown -- GitLab