diff --git a/Dockerfile b/Dockerfile index c833bb4ab..aded02ee8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,6 @@ FROM ghcr.io/xmtp/rust:latest USER xmtp -RUN ~xmtp/.cargo/bin/rustup toolchain install stable -RUN ~xmtp/.cargo/bin/rustup component add rustfmt -RUN ~xmtp/.cargo/bin/rustup component add clippy - WORKDIR /workspaces/libxmtp COPY --chown=xmtp:xmtp . .