From 67db7348e70ff5a1dab5df43503f2ba8e15f0cf9 Mon Sep 17 00:00:00 2001 From: Lukas Lihotzki Date: Mon, 6 May 2024 14:43:49 +0200 Subject: [PATCH] Fix Dockerfile.fdb (#401) --- resources/docker/Dockerfile.fdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/docker/Dockerfile.fdb b/resources/docker/Dockerfile.fdb index 2d5ab0d8..6a3a3c2e 100644 --- a/resources/docker/Dockerfile.fdb +++ b/resources/docker/Dockerfile.fdb @@ -14,7 +14,7 @@ RUN curl https://sh.rustup.rs -sSf | \ sh -s -- -y --default-toolchain stable --profile minimal --no-modify-path && \ env CARGO_HOME=/opt/rust/cargo \ rustup component add rustfmt -RUN wget https://github.com/apple/foundationdb/releases/download/7.1.0/foundationdb-clients_7.1.0-1_amd64.deb && \ +RUN curl -LO https://github.com/apple/foundationdb/releases/download/7.1.0/foundationdb-clients_7.1.0-1_amd64.deb && \ dpkg -i foundationdb-clients_7.1.0-1_amd64.deb RUN env CARGO_HOME=/opt/rust/cargo cargo install cargo-chef && \ rm -rf /opt/rust/cargo/registry/