Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Jul 25, 2024
1 parent 3da9895 commit e907744
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion check/src/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ fn create_image() -> Result<()> {
child.stdin.as_mut().unwrap(),
"\
FROM --platform=linux/amd64 rust:{} as builder\n\
RUN rustup toolchain install {}-x86_64-unknown-linux-gnu && rustup default {}-x86_64-unknown-linux-gnu
RUN rustup toolchain install {}-x86_64-unknown-linux-gnu
RUN rustup toolchain install nightly-x86_64-unknown-linux-gnu
RUN rustup default {}-x86_64-unknown-linux-gnu
RUN rustup target add wasm32-unknown-unknown
RUN rustup target add wasm32-wasi
RUN rustup target add x86_64-unknown-linux-gnu
Expand Down

0 comments on commit e907744

Please sign in to comment.