„Dockerfile“ ändern

This commit is contained in:
2022-05-11 13:03:54 +02:00
parent 179c2bc6a9
commit dc1c78f19a

View File

@@ -66,7 +66,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y && \
PATH=$PATH:$HOME/.cargo/env && \
source $HOME/.cargo/env && \
rustup component add rust-src && \
rustup component add clippy