Skip to content
Snippets Groups Projects
Commit 33e436c3 authored by Éloïs's avatar Éloïs
Browse files

Update Dockerfile

parent 2ca19de4
No related branches found
Tags v0.0.1
No related merge requests found
Pipeline #3644 canceled
FROM jibbow/rust-wasm32-unknown-unknown
FROM rust
LABEL maintainer="Elois Librelois"
LABEL version="0.1"
LABEL description="CI for rust-wasm projects"
# add target wasm32-unknown-unknown
RUN rustup target add wasm32-unknown-unknown
# install wasm-pack
RUN cargo +nightly install wasm-pack
\ No newline at end of file
RUN cargo install wasm-pack
# install wasm-gc
RUN cargo install wasm-gc
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment