mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-31 18:28:20 +02:00 
			
		
		
		
	Fix reference to rust-toolchain.toml in Docker
This commit is contained in:
		| @@ -72,7 +72,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 rustup target add aarch64-unknown-linux-gnu | ||||
|   | ||||
| @@ -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 rustup target add aarch64-unknown-linux-musl | ||||
|   | ||||
| @@ -72,7 +72,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 aarch64-unknown-linux-gnu | ||||
|   | ||||
| @@ -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 aarch64-unknown-linux-musl | ||||
|   | ||||
		Reference in New Issue
	
	Block a user