From 07af8fe9252cb01d5da1bcc6da22579f0491743b Mon Sep 17 00:00:00 2001 From: David Boucher Date: Thu, 12 Jun 2025 15:30:07 +0200 Subject: [PATCH] fix(docker): automatization of the rust installation --- .github/docker/packaging/Dockerfile.packaging-plugins-alma8 | 2 +- .github/docker/packaging/Dockerfile.packaging-plugins-alma9 | 2 +- .github/docker/packaging/Dockerfile.packaging-plugins-bookworm | 2 +- .github/docker/packaging/Dockerfile.packaging-plugins-bullseye | 2 +- .github/docker/packaging/Dockerfile.packaging-plugins-jammy | 2 +- .github/docker/packaging/Dockerfile.packaging-plugins-noble | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/docker/packaging/Dockerfile.packaging-plugins-alma8 b/.github/docker/packaging/Dockerfile.packaging-plugins-alma8 index be1d94f98..5be20fea8 100644 --- a/.github/docker/packaging/Dockerfile.packaging-plugins-alma8 +++ b/.github/docker/packaging/Dockerfile.packaging-plugins-alma8 @@ -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 diff --git a/.github/docker/packaging/Dockerfile.packaging-plugins-alma9 b/.github/docker/packaging/Dockerfile.packaging-plugins-alma9 index 3d9bec25c..3ea0f3b77 100644 --- a/.github/docker/packaging/Dockerfile.packaging-plugins-alma9 +++ b/.github/docker/packaging/Dockerfile.packaging-plugins-alma9 @@ -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 diff --git a/.github/docker/packaging/Dockerfile.packaging-plugins-bookworm b/.github/docker/packaging/Dockerfile.packaging-plugins-bookworm index e5223a2ad..30e1cd545 100644 --- a/.github/docker/packaging/Dockerfile.packaging-plugins-bookworm +++ b/.github/docker/packaging/Dockerfile.packaging-plugins-bookworm @@ -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 diff --git a/.github/docker/packaging/Dockerfile.packaging-plugins-bullseye b/.github/docker/packaging/Dockerfile.packaging-plugins-bullseye index f8095fa17..fe960bcd5 100644 --- a/.github/docker/packaging/Dockerfile.packaging-plugins-bullseye +++ b/.github/docker/packaging/Dockerfile.packaging-plugins-bullseye @@ -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 diff --git a/.github/docker/packaging/Dockerfile.packaging-plugins-jammy b/.github/docker/packaging/Dockerfile.packaging-plugins-jammy index 11ae8f685..c2087a578 100644 --- a/.github/docker/packaging/Dockerfile.packaging-plugins-jammy +++ b/.github/docker/packaging/Dockerfile.packaging-plugins-jammy @@ -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 diff --git a/.github/docker/packaging/Dockerfile.packaging-plugins-noble b/.github/docker/packaging/Dockerfile.packaging-plugins-noble index 75593f8d6..0aa13709d 100644 --- a/.github/docker/packaging/Dockerfile.packaging-plugins-noble +++ b/.github/docker/packaging/Dockerfile.packaging-plugins-noble @@ -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