Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
roll back wasi-sdk update
Browse files Browse the repository at this point in the history
  • Loading branch information
acfoltzer committed Jan 31, 2020
1 parent 2e4eba0 commit 40553dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ RUN rustup target add wasm32-wasi
# Optional additional Rust programs
RUN cargo install --debug cargo-audit cargo-watch rsign2 cargo-deb mdbook

RUN curl -sS -L -O https://github.com/CraneStation/wasi-sdk/releases/download/wasi-sdk-8/wasi-sdk_8.0_amd64.deb \
&& dpkg -i wasi-sdk_8.0_amd64.deb && rm -f wasi-sdk_8.0_amd64.deb
RUN curl -sS -L -O https://github.com/CraneStation/wasi-sdk/releases/download/wasi-sdk-7/wasi-sdk_7.0_amd64.deb \
&& dpkg -i wasi-sdk_7.0_amd64.deb && rm -f wasi-sdk_7.0_amd64.deb

ENV WASI_SDK=/opt/wasi-sdk

Expand Down

0 comments on commit 40553dc

Please sign in to comment.