Closed WraShadow closed 2 years ago
Is there anything else I can provide to help?
Create a custom Dockerfile and use that in docker-compose.yml.
FROM openswoole/swoole:4.11-php8.1
# Enable extensions
RUN apt-get update && apt-get install -y --no-install-recommends libpng-dev \
&& docker-php-ext-install gd
swoole5:
restart: unless-stopped
build:
context: [path-to-dockerfile]
dockerfile: ./Dockerfile
Thank you. It worked.
No error
ImageMagick module not available with this PHP installation. The same happens with GD.
openswoole/swoole:4.11-php8.1