make - autocommit

This commit is contained in:
Zimovskii Anatolii 2023-01-21 15:12:00 +03:00
parent 023ff1cc87
commit 90af5b8ab5
Signed by: stam
GPG Key ID: 9911D9EF664EEE14
5 changed files with 5 additions and 5 deletions

View File

@ -113,7 +113,7 @@ RUN apt-get update && \
################################################################## ##################################################################
# Rust compillers # 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" RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n"
################################################################## ##################################################################

View File

@ -113,7 +113,7 @@ RUN apt-get update && \
################################################################## ##################################################################
# Rust compillers # 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" RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n"
################################################################## ##################################################################

View File

@ -114,7 +114,7 @@ RUN apt-get update && \
################################################################## ##################################################################
# Rust compillers # 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" RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n"
################################################################## ##################################################################

View File

@ -114,7 +114,7 @@ RUN apt-get update && \
################################################################## ##################################################################
# Rust compillers # 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" RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n"
################################################################## ##################################################################

View File

@ -113,7 +113,7 @@ RUN apt-get update && \
################################################################## ##################################################################
# Rust compillers # 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" RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n"
################################################################## ##################################################################