We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker compose build alpine-swool
COMPOSER_VERSION=2.5.4 PHP_VERSION=8.1 PHP_BUILD_VERSION=8 ALPINE_VERSION=3.16 SW_VERSION=v5.0.2
https://github.com/hyperf/hyperf-docker/blob/master/8.1/alpine/swoole/Dockerfile#L59-L62
If change php -> php81 , may it works. May we can try to add execution file name as environment variable to build docker image.
php
php81
RUN php81 -v & sleep 3 \ && php81 -m & sleep 3 \ && php81 --ri swoole & sleep 3 \ && php81 --ri Zend\ OPcache & sleep 3 \ && composer & sleep 3 \ && echo -e "\033[42;37m Build Completed :).\033[0m\n"
The text was updated successfully, but these errors were encountered:
very useful
Sorry, something went wrong.
No branches or pull requests
Build alpine-swoole will be failed for PHP 8.1 - alpine 3.16 - swoole 5.0.2 due to no php command.
Executed command:
.env
Related source code
https://github.com/hyperf/hyperf-docker/blob/master/8.1/alpine/swoole/Dockerfile#L59-L62
Solution
If change
php
->php81
, may it works.May we can try to add execution file name as environment variable to build docker image.
The text was updated successfully, but these errors were encountered: