🎨(docker) sort package arguments alphabetically in Dockerfiles

Arrange system package installation arguments in alphabetical order within
RUN instructions to improve readability and maintainability. Enables easier
tracking of changes and helps prevent potential installation errors.
This commit is contained in:
lebaudantoine
2025-06-30 13:40:20 +02:00
committed by aleb_the_flash
parent ea754e96c9
commit 5ef38fcba6

View File

@@ -63,10 +63,10 @@ FROM base AS core
ENV PYTHONUNBUFFERED=1 ENV PYTHONUNBUFFERED=1
RUN apk add \ RUN apk add \
gettext \
cairo \ cairo \
libffi-dev \
gdk-pixbuf \ gdk-pixbuf \
gettext \
libffi-dev \
pango \ pango \
shared-mime-info shared-mime-info