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 committed Dec 29, 2024
1 parent 9851848 commit 7dfb659
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 7dfb659

Please sign in to comment.