From d7bccdf5018b6a6dabe4930932768ec0814b6b4d Mon Sep 17 00:00:00 2001 From: e551763 Date: Wed, 4 Sep 2024 11:13:47 +0200 Subject: [PATCH] chore: package names sorted alphanumerically to satisfy SonarQube best practices --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c74d0ed..124f428 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="SBB Polarion Team " ARG APP_IMAGE_VERSION RUN apt-get update && \ - apt-get --yes --no-install-recommends install python3-cffi python3-brotli libpango-1.0-0 libpangoft2-1.0-0 fonts-liberation chromium && \ + apt-get --yes --no-install-recommends install chromium fonts-liberation libpango-1.0-0 libpangoft2-1.0-0 python3-brotli python3-cffi && \ apt-get clean autoclean && \ apt-get --yes autoremove && \ rm -rf /var/lib/apt/lists/*