try again

This commit is contained in:
Jonathan Turner 2019-11-08 08:00:46 +13:00
parent 13314ad1e7
commit c42d97fb97

View File

@ -11,7 +11,6 @@ RUN apt-get update && apt-get install -y libssl-dev \
ARG RELEASE=false
WORKDIR /code
COPY ./rust-toolchain ./rust-toolchain
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain "stable"
ENV PATH=/root/.cargo/bin:$PATH
RUN rustup update