mirror of
https://github.com/nushell/nushell
synced 2024-12-28 05:53:09 +00:00
Merge pull request #938 from nushell/jonathandturner-patch-1
Update docker to stable
This commit is contained in:
commit
56dd0282f0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y libssl-dev \
|
||||||
ARG RELEASE=false
|
ARG RELEASE=false
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
COPY ./rust-toolchain ./rust-toolchain
|
COPY ./rust-toolchain ./rust-toolchain
|
||||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain `cat rust-toolchain`
|
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain "stable"
|
||||||
ENV PATH=/root/.cargo/bin:$PATH
|
ENV PATH=/root/.cargo/bin:$PATH
|
||||||
COPY . /code
|
COPY . /code
|
||||||
RUN echo "##vso[task.prependpath]/root/.cargo/bin" && \
|
RUN echo "##vso[task.prependpath]/root/.cargo/bin" && \
|
||||||
|
|
Loading…
Reference in a new issue