Skip to content

Commit

Permalink
fix missing curl
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Oct 20, 2023
1 parent 66b1d09 commit 48c742a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/runner.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM rust:1.56-slim

RUN apt-get update && apt-get install curl -y

#RUN cargo install wasm-pack
RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

0 comments on commit 48c742a

Please sign in to comment.