|
@@ -51,7 +51,7 @@ WORKDIR /app
|
|
|
|
|
|
# Copies over *only* your manifests and build files
|
|
|
COPY ./Cargo.* ./
|
|
|
-COPY ./rust-toolchain ./rust-toolchain
|
|
|
+COPY ./rust-toolchain.toml ./rust-toolchain.toml
|
|
|
COPY ./build.rs ./build.rs
|
|
|
|
|
|
RUN --mount=type=cache,target=/root/.cargo/git --mount=type=cache,target=/root/.cargo/registry rustup target add armv7-unknown-linux-musleabihf
|