Skip to content

Commit

Permalink
Modify rule S6500: Update code example (#3141)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-wielage-sonarsource authored Sep 25, 2023
1 parent 62dc976 commit ac6f02d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rules/S6500/docker/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ RUN aptitude install -y build-essential
----
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
----

== See
Expand Down

0 comments on commit ac6f02d

Please sign in to comment.