Skip to content

Commit

Permalink
Remove duplicative components
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Nov 16, 2023
1 parent 75f1cfc commit 7581f86
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 . .

Expand Down

0 comments on commit 7581f86

Please sign in to comment.