From 0cc8d047fc8db9e2b43e2d921b45bbfa95a75d00 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 8 Feb 2024 17:35:12 +0100 Subject: [PATCH] let's try this --- automation/Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/automation/Dockerfile b/automation/Dockerfile index b3d67ad..73e9bb6 100644 --- a/automation/Dockerfile +++ b/automation/Dockerfile @@ -14,12 +14,10 @@ RUN rustup install nightly && \ rustup target add thumbv7em-none-eabihf armv7-unknown-linux-gnueabihf && \ rustup component add rustfmt clippy +WORKDIR "/tmp" # RUN cargo install mdbook --no-default-features --features search --vers "^0.4" --locked RUN curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.37/mdbook-v0.4.37-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory /usr/local/bin - -RUN mkdir mdbook-linkcheck-staging && \ - cd mdkbook-linkcheck-staging && \ - curl -sSL https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases/latest/download/mdbook-linkcheck.x86_64-unknown-linux-gnu.zip -o mdbook-linkcheck.zip && \ +RUN curl -sSL https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases/latest/download/mdbook-linkcheck.x86_64-unknown-linux-gnu.zip -o mdbook-linkcheck.zip && \ unzip mdbook-linkcheck.zip && \ chmod +x mdbook-linkcheck && \ cp mdbook-linkcheck /usr/local/bin