Version v0.1.0-r105

This commit is contained in:
asonix 2020-06-10 17:47:57 -05:00
parent 2a9a0af9ee
commit d32f1370a5

View file

@ -29,7 +29,7 @@ RUN \
USER build USER build
WORKDIR /opt/build WORKDIR /opt/build
ENV PATH="PATH:/opt/build/.cargo/bin" ENV PATH="$PATH:/opt/build/.cargo/bin"
RUN \ RUN \
chmod +x rustup.sh && \ chmod +x rustup.sh && \