From 97a7c994b83482a7e769b66818727561ca3ad760 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 21 Sep 2023 19:20:48 +0200 Subject: [PATCH] why does the cargo usage mess up everything? --- automation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/Dockerfile b/automation/Dockerfile index 013425f..33bfea9 100644 --- a/automation/Dockerfile +++ b/automation/Dockerfile @@ -13,7 +13,7 @@ ENV CROSS_CONTAINER_IN_CONTAINER=true RUN rustup install nightly && \ rustup target add thumbv7em-none-eabihf armv7-unknown-linux-gnueabihf && \ rustup component add rustfmt clippy -RUN cargo install mdbook --no-default-features --features search --vers "^0.4" --locked +# RUN cargo install mdbook --no-default-features --features search --vers "^0.4" --locked # SSH stuff to allow deployment to doc server RUN adduser --uid 114 jenkins