From 0872f1082184314e1fed7e2552996c039f8c8558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Wed, 1 Nov 2023 13:36:02 +0100 Subject: [PATCH] Address SonarCloud Code Analysis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- test/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Dockerfile b/test/Dockerfile index e4ddbd1..859ffbb 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -4,7 +4,7 @@ COPY --from=docker:20.10.17 /usr/local/bin/docker /usr/local/bin/ ARG packages RUN apt-get update && \ - apt-get install -y python3 python3-pip python3-dev pipenv curl gcc make \ + apt-get --no-install-recommends install -y python3 python3-pip python3-dev pipenv curl gcc make \ libffi-dev libssl-dev ${packages} \ && rm -rf /var/lib/apt/lists/*