Skip to content

Commit abbc755

Browse files
committed
Removed grpc & protobuf from default install, as there's too many issues with these extensions atm. Waiting until it's all resolved by Google
1 parent 152f63b commit abbc755

3 files changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ fileinfo
117117
filter
118118
ftp
119119
gd
120-
grpc
121120
hash
122121
iconv
123122
imagick
@@ -134,7 +133,6 @@ pdo_mysql
134133
pdo_sqlite
135134
Phar
136135
posix
137-
protobuf
138136
readline
139137
redis
140138
Reflection
@@ -162,8 +160,8 @@ Simply add additional extensions or modifications to the `docker/app/Dockerfile`
162160
```shell
163161
RUN install-php-extensions \
164162
csv \
165-
... \
166-
...
163+
grpc \
164+
protobuf
167165
```
168166

169167

image/app/7.4/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

image/app/8.0/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)