Skip to content

Commit 044ca78

Browse files
committed
update
1 parent 9adf2cc commit 044ca78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

8.1/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV BUILD_DEPS \
2424
libzip-dev \
2525
libxpm-dev \
2626
libmemcached-dev \
27-
imagemagick6-dev
27+
imagemagick-dev
2828

2929
ENV RUNTIME_DEPS \
3030
libpq \
@@ -44,7 +44,7 @@ ENV RUNTIME_DEPS \
4444
libzip \
4545
libmemcached \
4646
icu-libs \
47-
imagemagick6
47+
imagemagick
4848

4949
ENV PHP_INI_DIR /usr/local/etc/php
5050

8.2/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV BUILD_DEPS \
2424
libzip-dev \
2525
libxpm-dev \
2626
libmemcached-dev \
27-
imagemagick6-dev
27+
imagemagick-dev
2828

2929
ENV RUNTIME_DEPS \
3030
libpq \
@@ -44,7 +44,7 @@ ENV RUNTIME_DEPS \
4444
libzip \
4545
libmemcached \
4646
icu-libs \
47-
imagemagick6
47+
imagemagick
4848

4949
ENV PHP_INI_DIR /usr/local/etc/php
5050

0 commit comments

Comments
 (0)