We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cf0ef6 + c1b9829 commit 5d78374Copy full SHA for 5d78374
Dockerfile
@@ -14,7 +14,8 @@ RUN apk add --no-cache coreutils sqlite-dev libxml2-dev curl-dev gmp-dev icu-dev
14
&& docker-php-ext-install -j$(nproc) bcmath pdo pdo_mysql pdo_sqlite json xml zip curl gmp intl gd soap sockets pcntl \
15
&& pecl install imagick \
16
&& pecl install amqp \
17
- && docker-php-ext-enable imagick
+ && pecl install redis \
18
+ && docker-php-ext-enable imagick redis
19
20
ADD https://github.com/kelseyhightower/confd/releases/download/v0.10.0/confd-0.10.0-linux-amd64 /usr/local/bin/confd
21
0 commit comments