Skip to content

Commit

Permalink
swoole: revert, build of version 6.0.0 fails
Browse files Browse the repository at this point in the history
  • Loading branch information
mu1f407 committed Dec 26, 2024
1 parent 8555be0 commit 7569054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion layers/swoole/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
RUN set -ex && \
LD_LIBRARY_PATH=/lib64:/lib yum install -y libcurl-devel postgresql-devel openssl-devel && \
mkdir ${PHP_BUILD_DIR}/ext/swoole && \
curl -sfL https://github.com/swoole/swoole-src/archive/v6.0.0.tar.gz -o swoole.tar.gz && \
curl -sfL https://github.com/swoole/swoole-src/archive/v5.1.2.tar.gz -o swoole.tar.gz && \
tar xfz swoole.tar.gz --strip-components=1 -C ${PHP_BUILD_DIR}/ext/swoole && \
cd ${PHP_BUILD_DIR}/ext/swoole && \
phpize && \
Expand Down
3 changes: 1 addition & 2 deletions layers/swoole/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"80",
"81",
"82",
"83",
"84"
"83"
]
}

0 comments on commit 7569054

Please sign in to comment.