From 11420fa84f8816fdd36cc08f70f2c42d43bfb694 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Tue, 28 Jun 2022 11:48:15 +0100 Subject: [PATCH] Remove unneeded dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 85aa7a2800..9f82de9123 100755 --- a/Dockerfile +++ b/Dockerfile @@ -130,7 +130,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y ENV PATH=/root/.cargo/bin:$PATH -RUN apt-get update && apt-get install musl-tools build-essential libclang-dev clang-11 git tree -y +RUN apt-get update && apt-get install musl-tools build-essential clang-11 git -y RUN rustup target add $(uname -m)-unknown-linux-musl # Install ZigBuild for easier cross-compilation