Skip to content

Commit

Permalink
chore: package names sorted alphanumerically to satisfy SonarQube bes… (
Browse files Browse the repository at this point in the history
#52)

chore: package names sorted alphanumerically to satisfy SonarQube best practices
  • Loading branch information
Jumas authored Sep 4, 2024
1 parent 0add567 commit cc012f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="SBB Polarion Team <polarion-opensource@sbb.ch>"
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/*
Expand Down

0 comments on commit cc012f0

Please sign in to comment.