diff --git a/Dockerfile b/Dockerfile index 9f1eb6127..c842a1929 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,7 +77,6 @@ COPY --chown=xmtp:xmtp --from=builder /home/xmtp/.rustup /home/xmtp/.rustup USER xmtp -# fmt coming from nightly RUN ~xmtp/.cargo/bin/rustup toolchain install stable RUN ~xmtp/.cargo/bin/rustup component add rustfmt RUN ~xmtp/.cargo/bin/rustup component add clippy