🎨(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:
committed by
aleb_the_flash
parent
ea754e96c9
commit
5ef38fcba6
@@ -63,10 +63,10 @@ FROM base AS core
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
||||
RUN apk add \
|
||||
gettext \
|
||||
cairo \
|
||||
libffi-dev \
|
||||
gdk-pixbuf \
|
||||
gettext \
|
||||
libffi-dev \
|
||||
pango \
|
||||
shared-mime-info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user