Skip to content

Commit

Permalink
chore: docker container in GH actions seems to need the default rust …
Browse files Browse the repository at this point in the history
…toolchain set
  • Loading branch information
Ronald Holshausen committed Oct 29, 2020
1 parent d6753cc commit e503f03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions native/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN touch /root/.bashrc && touch /root/.profile

RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-host x86_64-unknown-linux-musl
ENV PATH=/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN rustup install stable
RUN rustup default stable

ENV NVM_DIR /root/.nvm
ENV NVM_NODEJS_ORG_MIRROR=https://unofficial-builds.nodejs.org/download/release
Expand Down

0 comments on commit e503f03

Please sign in to comment.