„Dockerfile“ ändern

This commit is contained in:
2022-05-11 13:05:27 +02:00
parent dc1c78f19a
commit 8f4000a1be

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 && \
source $HOME/.cargo/env && \
PATH=$PATH:$HOME/.cargo/env && \
rustup component add rust-src && \
rustup component add clippy