Skip to content

Commit 048838a

Browse files
committed
adding install version the php_imagemagick
1 parent 05d9c33 commit 048838a

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
@@ -45,7 +45,7 @@ RUN docker-php-ext-install \
4545
zip
4646

4747
RUN set -xe \
48-
&& pecl install imagick \
48+
&& pecl install imagick-3.5.1 \
4949
&& docker-php-ext-enable --ini-name 20-imagick.ini imagick
5050

5151
RUN mkdir /run/nginx
@@ -60,6 +60,6 @@ RUN chmod +x \
6060
/etc/service/nginx/run \
6161
/etc/service/php-fpm/run
6262

63-
EXPOSE 80
63+
EXPOSE 80/tcp
6464

6565
CMD ["/sbin/runit-wrapper"]

0 commit comments

Comments
 (0)