Skip to content

Commit 0e0eacf

Browse files
authored
add gearman
1 parent 0dd31ea commit 0e0eacf

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
@@ -4,7 +4,7 @@ FROM formapro/nginx-php-fpm:latest
44
RUN apt-get update && \
55
apt-get install -y --no-install-recommends --no-install-suggests \
66
php-mongodb php-curl php-intl php-soap php-xml php-mcrypt php-bcmath \
7-
php-mysql php-amqp php-mbstring php-ldap php-zip php-gd php-xdebug php-imagick && \
7+
php-mysql php-amqp php-gearman php-mbstring php-ldap php-zip php-gd php-xdebug php-imagick && \
88
rm -f /etc/php/7.1/cli/conf.d/*xdebug.ini && \
99
rm -f /etc/php/7.1/fpm/conf.d/*xdebug.ini && \
1010
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)