Skip to content

Commit a1929be

Browse files
committed
Removes imagick and redis
1 parent 7f54845 commit a1929be

File tree

2 files changed

+21
-10
lines changed

2 files changed

+21
-10
lines changed

Dockerfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ RUN apk add --no-cache \
3030

3131
RUN 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-
6761
RUN docker-php-ext-enable \
68-
redis \
69-
imagick \
7062
protobuf \
7163
grpc
7264

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
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

0 commit comments

Comments
 (0)