We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44ce32 commit acbb5ccCopy full SHA for acbb5cc
1 file changed
scripts/Dockerfile
@@ -64,6 +64,7 @@ RUN apt install --no-install-recommends -y libssl-dev pkg-config musl-tools wget
64
65
RUN cargo install cargo-chef --version ^0.1
66
WORKDIR /app
67
+COPY .cargo .cargo
68
COPY rust-toolchain.toml .
69
RUN rustup update && rustup toolchain install && rustup target add x86_64-unknown-linux-musl
70
@@ -113,6 +114,7 @@ RUN apt install --no-install-recommends -y libssl-dev pkg-config musl-tools wget
113
114
115
# RUN cargo install cargo-chef --version ^0.1
116
117
118
119
RUN rustup update && rustup toolchain install && rustup target add aarch64-unknown-linux-musl
120
0 commit comments