enh(Docker): new rust installation

This commit is contained in:
David Boucher 2025-06-12 15:14:27 +02:00
parent 89108a4afb
commit bd59b11910
6 changed files with 18 additions and 0 deletions

View File

@ -28,6 +28,9 @@ gem install fpm
dnf clean all
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
EOF
WORKDIR /src

View File

@ -28,6 +28,9 @@ gem install fpm
dnf clean all
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
EOF
WORKDIR /src

View File

@ -65,6 +65,9 @@ apt-get install -y nfpm=2.41.0
apt-get clean
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
EOF
COPY .github/patch/fpm-deb.rb.diff /tmp/fpm-deb.rb.diff

View File

@ -63,6 +63,9 @@ apt-get install -y nfpm=2.41.0
apt-get clean
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
EOF
COPY .github/patch/fpm-deb.rb.diff /tmp/fpm-deb.rb.diff

View File

@ -65,6 +65,9 @@ apt-get install -y nfpm=2.41.0
apt-get clean
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
EOF
COPY .github/patch/fpm-deb.rb.diff /tmp/fpm-deb.rb.diff

View File

@ -65,6 +65,9 @@ apt-get install -y nfpm=2.41.0
apt-get clean
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
EOF
COPY .github/patch/fpm-deb.rb.diff /tmp/fpm-deb.rb.diff