fix(docker): automatization of the rust installation

This commit is contained in:
David Boucher 2025-06-12 15:30:07 +02:00
parent bd59b11910
commit 07af8fe925
6 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,7 @@ gem install fpm
dnf clean all
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
EOF

View File

@ -29,7 +29,7 @@ gem install fpm
dnf clean all
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
EOF

View File

@ -66,7 +66,7 @@ apt-get install -y nfpm=2.41.0
apt-get clean
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
EOF

View File

@ -64,7 +64,7 @@ apt-get install -y nfpm=2.41.0
apt-get clean
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
EOF

View File

@ -66,7 +66,7 @@ apt-get install -y nfpm=2.41.0
apt-get clean
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
EOF

View File

@ -66,7 +66,7 @@ apt-get install -y nfpm=2.41.0
apt-get clean
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
EOF