We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01d9e9 commit 2befc10Copy full SHA for 2befc10
local/Dockerfile
@@ -30,8 +30,7 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-$(arch).zip" -o "awscliv
30
31
# Install rustup while removing the pre-installed stable toolchain.
32
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
33
- sh -s -- -y --no-modify-path --profile minimal --default-toolchain stable && \
34
- /root/.cargo/bin/rustup toolchain remove stable
+ sh -s -- -y --no-modify-path --profile minimal --default-toolchain stable
35
ENV PATH=/root/.cargo/bin:$PATH
36
37
COPY --from=mc /usr/bin/mc /usr/local/bin/mc
0 commit comments