diff --git a/Dockerfile b/Dockerfile index 970537394ff0..fd180c9bb20d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -125,7 +125,7 @@ ARG STRIP=${target_arch}-strip ARG TARGET=${target_arch_rust} ARG RUST_PROFILE=release ARG VERSION -ENV VERSION=${VERSION} +ARG MAKE_JOBS #TODO: set all the following cargo config options via env variables (https://doc.rust-lang.org/cargo/reference/environment-variables.html) RUN mkdir -p .cargo && tee .cargo/config.toml <