Skip to content

Commit bff5c49

Browse files
Merge pull request #2 from zhangjunjie6b/zhangjunjie6b-patch-1
Update Dockerfile
2 parents 3740eee + 49aa91f commit bff5c49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

php7.2/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ RUN pecl install redis-5.3.2 \
3535
&& pecl install imagick-3.4.4 \
3636
&& pecl install grpc-1.33.1 \
3737
&& pecl install zip \
38-
&& docker-php-ext-enable imagick redis swoole grpc zip
38+
&& pecl install protobuf \
39+
&& docker-php-ext-enable protobuf imagick redis swoole grpc zip

0 commit comments

Comments
 (0)