fix-release: try update Dockerfile
Signed-off-by: andrewmatilde <davis6813585853062@outlook.com>
This commit is contained in:
parent
688dbe4ea6
commit
0c859a535c
|
@ -15,7 +15,7 @@ ENV https_proxy $HTTPS_PROXY
|
|||
|
||||
RUN apt-get update && apt-get install build-essential $CC curl git pkg-config -y && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain $TARGET
|
||||
ENV PATH "/root/.cargo/bin:${PATH}"
|
||||
|
||||
RUN if [ -n "$HTTP_PROXY" ]; then echo "[http]\n\
|
||||
|
|
Loading…
Reference in New Issue