Closed Mariyo closed 4 years ago
Here is how I do it without pecl: https://github.com/tarantool-php/benchmarks/blob/master/Dockerfile#L35-L37
If you're OK with an alpine container, try this:
FROM php:7.3-zts-alpine
RUN apk update
RUN apk add --no-cache \
$PHPIZE_DEPS
RUN pecl install parallel \
&& docker-php-ext-enable parallel
Hi,
for sure I am OK with alpine :)
It works now, I can give a try,
Thank you
Hello,
I am facing problem, that I am not able to build Docker image due to ZTS not enabled.
Dockerfile:
Error:
Thank you for any advice