Sort prod PHP extensions alphabetically

This commit is contained in:
Anton Komarev 2023-03-30 22:07:51 +03:00 committed by Maxime Helias
parent 61a08454ae
commit cb0f62eb31

View File

@ -47,10 +47,10 @@ RUN apk add --no-cache \
RUN set -eux; \ RUN set -eux; \
install-php-extensions \ install-php-extensions \
intl \
zip \
apcu \ apcu \
intl \
opcache \ opcache \
zip \
; ;
###> recipes ### ###> recipes ###