Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Commit

Permalink
change toolchain to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Gautier committed Mar 29, 2017
1 parent d5b26ae commit 7022b2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-build-arm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ RUN apt-get update &&\
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
RUN source ~/.cargo/env &&\
echo "source ~/.cargo/env" >> ~/.bashrc &&\
rustup install nightly &&\
rustup default nightly-x86_64-unknown-linux-gnu &&\
rustup target add arm-unknown-linux-gnueabihf

#openssl. Since some deps are manipulated we restore it afterwards
Expand Down

0 comments on commit 7022b2a

Please sign in to comment.