File tree Expand file tree Collapse file tree 2 files changed +21
-10
lines changed
Expand file tree Collapse file tree 2 files changed +21
-10
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ RUN apk add --no-cache \
3030
3131RUN apk add --no-cache \
3232 freetype-dev autoconf g++ \
33- imagemagick-dev imagemagick \
34- libtool libmcrypt-dev libpng-dev libjpeg-turbo-dev libxml2-dev \
33+ libmcrypt-dev libxml2-dev \
3534 icu-dev \
3635 libxslt-dev \
3736 gnu-libiconv \
@@ -59,14 +58,7 @@ RUN docker-php-ext-install \
5958 bcmath \
6059 sockets
6160
62- RUN pecl install -o -f \
63- redis \
64- imagick \
65- && rm -rf /tmp/pear
66-
6761RUN docker-php-ext-enable \
68- redis \
69- imagick \
7062 protobuf \
7163 grpc
7264
Original file line number Diff line number Diff line change 1- # docker-php81-grpc
1+ # Docker container with PHP based on alpine image
2+
3+ [ ![ Downloads] ( https://img.shields.io/docker/pulls/spiralscout/php81-grpc.svg )] ( https://hub.docker.com/repository/docker/spiralscout/php81-grpc )
4+
5+ ---
6+
7+ PHP version: 8.1.3
8+
9+ Enabled extensions:
10+ - opcache
11+ - zip
12+ - xsl
13+ - dom
14+ - exif
15+ - intl
16+ - pcntl
17+ - bcmath
18+ - sockets
19+ - protobuf
20+ - grpc
You can’t perform that action at this time.
0 commit comments