From 81337c8eb7dfcd660012b1a4194e59f9ba236461 Mon Sep 17 00:00:00 2001 From: Aviram Hassan Date: Sat, 27 Jan 2024 17:34:05 +0200 Subject: [PATCH] fix Dockerfile --- rust-build/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rust-build/Dockerfile b/rust-build/Dockerfile index 19c1075..43c5bdb 100644 --- a/rust-build/Dockerfile +++ b/rust-build/Dockerfile @@ -4,5 +4,4 @@ RUN apt-get update && apt-get install -y protobuf-compiler RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rustup-init.sh RUN chmod +x rustup-init.sh RUN ./rustup-init.sh -y -c rustfmt --default-toolchain nightly-2023-12-07 -ENV PATH="$PATH:/root/.cargo/bin" -RUN rustup target add --toolchain nightly-2023-12-07 \ No newline at end of file +ENV PATH="$PATH:/root/.cargo/bin" \ No newline at end of file