1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00

Remove unneeded dependencies

This commit is contained in:
Bradley Schofield 2022-06-28 11:48:15 +01:00
parent 77941bcf73
commit 11420fa84f

View file

@ -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