mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
fix(rust): install toolchain in base layer (#2258)
Copying the `rust-toolchain.toml` file in is one thing but if we want to avoid repeatedly installing it, we should do that in the same layer too. Signed-off-by: Thomas Eizinger <thomas@eizinger.io>
This commit is contained in:
@@ -2,6 +2,7 @@ FROM lukemathwalker/cargo-chef:latest-rust-1.72-slim-bookworm as chef
|
||||
|
||||
# See https://github.com/LukeMathWalker/cargo-chef/issues/231.
|
||||
COPY rust-toolchain.toml rust-toolchain.toml
|
||||
RUN rustup show
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user