Skip to content

Commit 0114632

Browse files
committed
add imagick
1 parent 479cc0b commit 0114632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-all-exts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"]
2929
RUN apt-get update && \
3030
apt-get install -y --no-install-recommends --no-install-suggests \
3131
php-mongodb php-curl php-intl php-soap php-xml php-mcrypt php-bcmath \
32-
php-mysql php-amqp php-mbstring php-ldap php-zip && \
32+
php-mysql php-amqp php-mbstring php-ldap php-zip php-imagick && \
3333
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)