mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 00:55:18 +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
|
dnf clean all
|
||||||
|
|
||||||
# Install Rust
|
# 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
|
EOF
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ gem install fpm
|
|||||||
dnf clean all
|
dnf clean all
|
||||||
|
|
||||||
# Install Rust
|
# 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
|
EOF
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ apt-get install -y nfpm=2.41.0
|
|||||||
apt-get clean
|
apt-get clean
|
||||||
|
|
||||||
# Install Rust
|
# 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
|
EOF
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ apt-get install -y nfpm=2.41.0
|
|||||||
apt-get clean
|
apt-get clean
|
||||||
|
|
||||||
# Install Rust
|
# 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
|
EOF
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ apt-get install -y nfpm=2.41.0
|
|||||||
apt-get clean
|
apt-get clean
|
||||||
|
|
||||||
# Install Rust
|
# 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
|
EOF
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ apt-get install -y nfpm=2.41.0
|
|||||||
apt-get clean
|
apt-get clean
|
||||||
|
|
||||||
# Install Rust
|
# 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
|
EOF
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user