Skip to content

Commit

Permalink
simonrw#373 removing unnecessary platform dependency for clipper
Browse files Browse the repository at this point in the history
  • Loading branch information
chrsoo authored and simonrw committed Jan 2, 2025
1 parent f009fe9 commit 1c5deff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ RUN apt-get update && \

RUN rustup update && \
rustup install stable && \
rustup install nightly && \
rustup component add clippy --toolchain stable-x86_64-unknown-linux-gnu
rustup install nightly &&

VOLUME ["/project"]
WORKDIR "/project"
Expand Down

0 comments on commit 1c5deff

Please sign in to comment.