mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 16:45:04 +02:00
fix(docker): automatization of the rust installation
This commit is contained in:
parent
bd59b11910
commit
07af8fe925
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user