We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d550e commit c42e039Copy full SHA for c42e039
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-2.0.11 && \
+ pecl -q install -f swoole-1.10.1 && \
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