Skip to content

Commit d8831f4

Browse files
Sort alphabetically
1 parent c3f2c25 commit d8831f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ RUN set -ex; \
8787
zip \
8888
; \
8989
pecl install \
90-
imagick-3.7.0 \
9190
igbinary \
91+
imagick-3.7.0 \
9292
redis \
9393
; \
9494
docker-php-ext-enable \
95-
imagick \
9695
igbinary \
96+
imagick \
9797
redis \
9898
; \
9999
rm -rf /tmp/pear; \

0 commit comments

Comments
 (0)