We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76b142 commit 89c284bCopy full SHA for 89c284b
php/Dockerfile-7.3
@@ -88,7 +88,7 @@ RUN set -xe \
88
&& docker-php-ext-enable igbinary \
89
\
90
# Install redis (manualy build in order to be able to enable igbinary)
91
- && for i in $(seq 1 3); do pecl install -o --nobuild redis && s=0 && break || s=$? && sleep 1; done; (exit $s) \
+ && for i in $(seq 1 3); do pecl install -o --nobuild "redis-6.0.2" && s=0 && break || s=$? && sleep 1; done; (exit $s) \
92
&& cd "$(pecl config-get temp_dir)/redis" \
93
&& phpize \
94
&& ./configure --enable-redis-igbinary \
0 commit comments