File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ RUN if [ ${INSTALL_PHPREDIS} = true ]; then \
121121ARG INSTALL_SWOOLE=false
122122RUN if [ ${INSTALL_SWOOLE} = true ]; then \
123123 # Install Php Swoole Extension
124- pecl install swoole \
124+ pecl install swoole-2.0.11 \
125125 && docker-php-ext-enable swoole \
126126;fi
127127
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ RUN if [ ${INSTALL_PHPREDIS} = true ]; then \
263263ARG INSTALL_SWOOLE=false
264264RUN if [ ${INSTALL_SWOOLE} = true ]; then \
265265 # Install Php Swoole Extension
266- pecl -q install swoole && \
266+ pecl -q install swoole-2.0.11 && \
267267 echo "extension=swoole.so" >> /etc/php/5.6/mods-available/swoole.ini && \
268268 ln -s /etc/php/5.6/mods-available/swoole.ini /etc/php/5.6/cli/conf.d/20-swoole.ini \
269269;fi
You can’t perform that action at this time.
0 commit comments