We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfff0b2 commit f53565fCopy full SHA for f53565f
1 file changed
workspace/Dockerfile-56
@@ -263,7 +263,7 @@ RUN if [ ${INSTALL_PHPREDIS} = true ]; then \
263
ARG INSTALL_SWOOLE=false
264
RUN if [ ${INSTALL_SWOOLE} = true ]; then \
265
# Install Php Swoole Extension
266
- pecl -q install swoole && \
+ pecl -q install swoole-2.0.11 && \
267
echo "extension=swoole.so" >> /etc/php/5.6/mods-available/swoole.ini && \
268
ln -s /etc/php/5.6/mods-available/swoole.ini /etc/php/5.6/cli/conf.d/20-swoole.ini \
269
;fi
0 commit comments