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 1c5deff commit 1e6490d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update && \

RUN rustup update && \
rustup install stable && \
rustup install nightly &&
rustup install nightly

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

0 comments on commit 1e6490d

Please sign in to comment.