Skip to content

Commit cd7410c

Browse files
committed
swoole-5.1.5
1 parent c4a851f commit cd7410c

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ COPY config/php.ini /usr/local/etc/php/conf.d/zzz_custom.ini
3636
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
3737

3838
# Make sure files/folders needed by the processes are accessable when they run under the nobody user
39-
RUN chown -R nobody.nobody /run
39+
# RUN chown -R nobody.nobody /run
4040

4141
# Setup document root
4242
RUN mkdir -p /app

extension/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ fi
542542

543543
if [[ -z "${EXTENSIONS##*,swoole,*}" ]]; then
544544
echo "---------- Install Swoole ----------"
545-
pecl install swoole-5.1.1
545+
pecl install swoole-5.1.5
546546
docker-php-ext-enable swoole
547547
fi
548548

extension/redis-5.3.7.tgz

269 KB
Binary file not shown.

extension/swoole-5.1.5.tgz

2.16 MB
Binary file not shown.

0 commit comments

Comments
 (0)