From 73115d61e108aae0054cd48126cc23c6fdc7cfd1 Mon Sep 17 00:00:00 2001 From: jonas-wielage-sonarsource Date: Mon, 25 Sep 2023 11:25:23 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20ac6f0?= =?UTF-8?q?2dce32d9a7399dc68f2e8e40a84e18a9133=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rules/S6500/default-description.html | 6 +++--- rules/S6500/docker-description.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rules/S6500/default-description.html b/rules/S6500/default-description.html index 0bc313345df..82731ca9e47 100644 --- a/rules/S6500/default-description.html +++ b/rules/S6500/default-description.html @@ -75,11 +75,11 @@

Compliant Solution

FROM debian:latest
 
-RUN apt install -y --no-install-recommends build-essential
+RUN apt --no-install-recommends install -y build-essential
 
-RUN apt-get install -y --no-install-recommends build-essential
+RUN apt-get --no-install-recommends install -y build-essential
 
-RUN aptitude install -y --without-recommends build-essential
+RUN aptitude --without-recommends install -y build-essential
diff --git a/rules/S6500/docker-description.html b/rules/S6500/docker-description.html index 0bc313345df..82731ca9e47 100644 --- a/rules/S6500/docker-description.html +++ b/rules/S6500/docker-description.html @@ -75,11 +75,11 @@

Compliant Solution

FROM debian:latest
 
-RUN apt install -y --no-install-recommends build-essential
+RUN apt --no-install-recommends install -y build-essential
 
-RUN apt-get install -y --no-install-recommends build-essential
+RUN apt-get --no-install-recommends install -y build-essential
 
-RUN aptitude install -y --without-recommends build-essential
+RUN aptitude --without-recommends install -y build-essential