We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a1022 commit 9b68884Copy full SHA for 9b68884
1 file changed
build-container/Dockerfile
@@ -12,5 +12,7 @@ RUN apt-get -yq update && apt-get -yq install libssl-dev \
12
RUN mkdir -p ~/.ssh && ssh-keyscan -t rsa github.com > ~/.ssh/known_hosts
13
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
14
ENV PATH /root/.cargo/bin:$PATH
15
-RUN cargo install rustfmt-nightly || true
+RUN rustup component add rustfmt-preview --toolchain=nightly
16
+RUN rustup update
17
+# RUN cargo install rustfmt-nightly || true
18
CMD [/bin/bash]
0 commit comments