Skip to content

Commit

Permalink
Add worker-build to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Oct 21, 2023
1 parent fbc72df commit cd34396
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/runner.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM rust:1.73-slim

# Alternative approach:
# RUN cargo install wasm-pack
RUN cargo install wasm-pack

RUN apt-get update && apt-get install curl -y
RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
RUN cargo install worker-build --version 0.0.10 --force

0 comments on commit cd34396

Please sign in to comment.