Skip to content

Commit

Permalink
Use the sparse-registry flag for installing trunk.
Browse files Browse the repository at this point in the history
Signed-off-by: Masaki Muranaka <[email protected]>
  • Loading branch information
monaka committed Nov 8, 2023
1 parent 9a68b9a commit 7fb121d
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
@@ -1,9 +1,9 @@
FROM rust:1.72-bullseye as builder

RUN apt-get update \
&& apt-get install clang git-core -y \
&& apt-get install clang -y \
&& rustup target add wasm32-unknown-unknown \
&& cargo install --config net.git-fetch-with-cli=true [email protected]
&& CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse cargo install [email protected]
COPY ./ ./
RUN trunk build

Expand Down

0 comments on commit 7fb121d

Please sign in to comment.