mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 00:55:18 +02:00
enh(Docker): new rust installation
This commit is contained in:
parent
89108a4afb
commit
bd59b11910
@ -28,6 +28,9 @@ gem install fpm
|
|||||||
|
|
||||||
dnf clean all
|
dnf clean all
|
||||||
|
|
||||||
|
# Install Rust
|
||||||
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
@ -28,6 +28,9 @@ gem install fpm
|
|||||||
|
|
||||||
dnf clean all
|
dnf clean all
|
||||||
|
|
||||||
|
# Install Rust
|
||||||
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
@ -65,6 +65,9 @@ apt-get install -y nfpm=2.41.0
|
|||||||
|
|
||||||
apt-get clean
|
apt-get clean
|
||||||
|
|
||||||
|
# Install Rust
|
||||||
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
COPY .github/patch/fpm-deb.rb.diff /tmp/fpm-deb.rb.diff
|
COPY .github/patch/fpm-deb.rb.diff /tmp/fpm-deb.rb.diff
|
||||||
|
@ -63,6 +63,9 @@ apt-get install -y nfpm=2.41.0
|
|||||||
|
|
||||||
apt-get clean
|
apt-get clean
|
||||||
|
|
||||||
|
# Install Rust
|
||||||
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
COPY .github/patch/fpm-deb.rb.diff /tmp/fpm-deb.rb.diff
|
COPY .github/patch/fpm-deb.rb.diff /tmp/fpm-deb.rb.diff
|
||||||
|
@ -65,6 +65,9 @@ apt-get install -y nfpm=2.41.0
|
|||||||
|
|
||||||
apt-get clean
|
apt-get clean
|
||||||
|
|
||||||
|
# Install Rust
|
||||||
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
COPY .github/patch/fpm-deb.rb.diff /tmp/fpm-deb.rb.diff
|
COPY .github/patch/fpm-deb.rb.diff /tmp/fpm-deb.rb.diff
|
||||||
|
@ -65,6 +65,9 @@ apt-get install -y nfpm=2.41.0
|
|||||||
|
|
||||||
apt-get clean
|
apt-get clean
|
||||||
|
|
||||||
|
# Install Rust
|
||||||
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
COPY .github/patch/fpm-deb.rb.diff /tmp/fpm-deb.rb.diff
|
COPY .github/patch/fpm-deb.rb.diff /tmp/fpm-deb.rb.diff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user