File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ fileinfo
117117filter
118118ftp
119119gd
120- grpc
121120hash
122121iconv
123122imagick
@@ -134,7 +133,6 @@ pdo_mysql
134133pdo_sqlite
135134Phar
136135posix
137- protobuf
138136readline
139137redis
140138Reflection
@@ -162,8 +160,8 @@ Simply add additional extensions or modifications to the `docker/app/Dockerfile`
162160``` shell
163161RUN install-php-extensions \
164162 csv \
165- ... \
166- ...
163+ grpc \
164+ protobuf
167165```
168166
169167
Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ RUN apk add --update --no-cache git && \
2525 bcmath \
2626 soap \
2727 gd \
28- grpc \
29- protobuf \
3028 exif \
3129 imagick \
3230 maxminddb
Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ RUN apk add --update --no-cache git && \
2525 bcmath \
2626 soap \
2727 gd \
28- grpc \
29- protobuf \
3028 exif \
3129 imagick \
3230 maxminddb
You can’t perform that action at this time.
0 commit comments