diff --git a/.github/docker/packaging/Dockerfile.packaging-plugins-alma8 b/.github/docker/packaging/Dockerfile.packaging-plugins-alma8 index 620a7b3cc..be1d94f98 100644 --- a/.github/docker/packaging/Dockerfile.packaging-plugins-alma8 +++ b/.github/docker/packaging/Dockerfile.packaging-plugins-alma8 @@ -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 diff --git a/.github/docker/packaging/Dockerfile.packaging-plugins-alma9 b/.github/docker/packaging/Dockerfile.packaging-plugins-alma9 index a3086c818..3d9bec25c 100644 --- a/.github/docker/packaging/Dockerfile.packaging-plugins-alma9 +++ b/.github/docker/packaging/Dockerfile.packaging-plugins-alma9 @@ -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 diff --git a/.github/docker/packaging/Dockerfile.packaging-plugins-bookworm b/.github/docker/packaging/Dockerfile.packaging-plugins-bookworm index 93a612729..e5223a2ad 100644 --- a/.github/docker/packaging/Dockerfile.packaging-plugins-bookworm +++ b/.github/docker/packaging/Dockerfile.packaging-plugins-bookworm @@ -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 diff --git a/.github/docker/packaging/Dockerfile.packaging-plugins-bullseye b/.github/docker/packaging/Dockerfile.packaging-plugins-bullseye index 1c02a49cc..f8095fa17 100644 --- a/.github/docker/packaging/Dockerfile.packaging-plugins-bullseye +++ b/.github/docker/packaging/Dockerfile.packaging-plugins-bullseye @@ -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 diff --git a/.github/docker/packaging/Dockerfile.packaging-plugins-jammy b/.github/docker/packaging/Dockerfile.packaging-plugins-jammy index 96109a27a..11ae8f685 100644 --- a/.github/docker/packaging/Dockerfile.packaging-plugins-jammy +++ b/.github/docker/packaging/Dockerfile.packaging-plugins-jammy @@ -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 diff --git a/.github/docker/packaging/Dockerfile.packaging-plugins-noble b/.github/docker/packaging/Dockerfile.packaging-plugins-noble index 90264c28a..75593f8d6 100644 --- a/.github/docker/packaging/Dockerfile.packaging-plugins-noble +++ b/.github/docker/packaging/Dockerfile.packaging-plugins-noble @@ -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