mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 14:15:38 +03:00
make - autocommit
This commit is contained in:
parent
023ff1cc87
commit
90af5b8ab5
@ -113,7 +113,7 @@ RUN apt-get update && \
|
||||
##################################################################
|
||||
# Rust compillers
|
||||
##################################################################
|
||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --profile complete --default-toolchain stable --verbose
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile complete --default-toolchain stable --verbose
|
||||
RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n"
|
||||
|
||||
##################################################################
|
||||
|
@ -113,7 +113,7 @@ RUN apt-get update && \
|
||||
##################################################################
|
||||
# Rust compillers
|
||||
##################################################################
|
||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --profile complete --default-toolchain stable --verbose
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile complete --default-toolchain stable --verbose
|
||||
RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n"
|
||||
|
||||
##################################################################
|
||||
|
@ -114,7 +114,7 @@ RUN apt-get update && \
|
||||
##################################################################
|
||||
# Rust compillers
|
||||
##################################################################
|
||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --profile complete --default-toolchain stable --verbose
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile complete --default-toolchain stable --verbose
|
||||
RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n"
|
||||
|
||||
##################################################################
|
||||
|
@ -114,7 +114,7 @@ RUN apt-get update && \
|
||||
##################################################################
|
||||
# Rust compillers
|
||||
##################################################################
|
||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --profile complete --default-toolchain stable --verbose
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile complete --default-toolchain stable --verbose
|
||||
RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n"
|
||||
|
||||
##################################################################
|
||||
|
@ -113,7 +113,7 @@ RUN apt-get update && \
|
||||
##################################################################
|
||||
# Rust compillers
|
||||
##################################################################
|
||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --profile complete --default-toolchain stable --verbose
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile complete --default-toolchain stable --verbose
|
||||
RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n"
|
||||
|
||||
##################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user