Skip to content
New issue

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

php-worker install swoole extension #1356

Closed
sytuacmdyh opened this issue Jan 18, 2018 · 2 comments
Closed

php-worker install swoole extension #1356

sytuacmdyh opened this issue Jan 18, 2018 · 2 comments
Labels

Comments

@sytuacmdyh
Copy link

Info:

  • Docker version (17.09.1-ce, build 19e2cf6):
  • Laradock commit (7fc3a9cb7a737e0b44833b71ebb4f21cfaeda5cf):
  • System info (Linux):
  • System info disto/version: centos 7

Issue:

I add
RUN pecl install swoole && docker-php-ext-enable swoole
in php-worker/Dockerfile-71, then run docker-compose up --build -d php-worker, and see

fatal error: linux/aio_abi.h: No such file or directory
compilation terminated.
Makefile:350: recipe for target 'src/os/linux_aio.lo' failed
make: *** [src/os/linux_aio.lo] Error 1
ERROR: `make' failed
ERROR: Service 'php-worker' failed to build: The command '/bin/sh -c pecl install swoole && docker-php-ext-enable swoole' returned a non-zero code: 1


Expected behavior:

build ok


Reproduce:

  1. add RUN pecl install swoole && docker-php-ext-enable swoole in php-worker/Dockerfile-71
  2. run docker-compose up --build -d php-worker

@stale
Copy link

stale bot commented Feb 2, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale label Feb 2, 2020
@stale
Copy link

stale bot commented Feb 23, 2020

Hi again 👋 we would like to inform you that this issue has been automatically closed 🔒 because it had not recent activity during the stale period. We really really appreciate your contributions, and looking forward for more in the future 🎈.

@stale stale bot closed this as completed Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant