mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-25 02:51:12 +00:00
Version v0.1.0-r105
This commit is contained in:
parent
2a9a0af9ee
commit
d32f1370a5
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
||||||
|
|
Loading…
Reference in a new issue