Skip to content

Commit

Permalink
tweak: add clippy to scrypto-dev-container
Browse files Browse the repository at this point in the history
  • Loading branch information
azizi-a committed Dec 3, 2024
1 parent cb560a5 commit 87e8f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ COPY --from=builder /app/target/release/rtmd /usr/local/bin/rtmd
COPY --from=builder /app/target/release/scrypto-bindgen /usr/local/bin/scrypto-bindgen
RUN rustup target add wasm32-unknown-unknown
RUN rustup component add rustfmt
RUN rustup component add clippy

FROM base-image AS scrypto-builder
COPY --from=builder /app/target/release/scrypto /usr/local/bin/scrypto
Expand Down

0 comments on commit 87e8f27

Please sign in to comment.