From 22ac6836a5ba82f75fdd63fe4052346aa17f825f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr> Date: Sun, 11 Nov 2018 19:41:22 +0000 Subject: [PATCH] Add Dockerfile --- Dockerfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..51c1307 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,8 @@ +FROM jibbow/rust-wasm32-unknown-unknown + +LABEL maintainer="Elois Librelois" +LABEL version="0.1" +LABEL description="CI for rust-wasm projects" + +# install wasm-pack +RUN cargo +nightly install wasm-pack \ No newline at end of file -- GitLab