mlocati / docker-php-extension-installer

Easily install PHP extensions in Docker containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot install swoole using php:8.3-zts-alpine (linux/arm/v7)

shinsenter opened this issue · comments

commented

Version of install-php-extensions

v2.1.80

Error description

The same issue with #873 but for php:8.3-zts-alpine.

Build command:

docker build --platform=linux/arm/v7 -f Dockerfile .

Docker image

php:8.3-zts-alpine

Minimal Dockerfile

FROM --platform=linux/arm/v7 php:8.3-zts-alpine

# IPE default settings
ARG IPE_ASPELL_LANGUAGES=en
ARG IPE_GD_WITHOUTAVIF=1
ARG IPE_ICU_EN_ONLY=1
ARG IPE_INSTANTCLIENT_BASIC=1
ARG IPE_KEEP_SYSPKG_CACHE=0
ARG IPE_LZF_BETTERCOMPRESSION=1

ARG IPE_SOURCE=https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions
ADD --chmod=755 $IPE_SOURCE /usr/local/bin/

RUN set -ex && install-php-extensions swoole

I did a quick search for you:

I don't see any solution, except contacting the swoole maintainers...

commented

@mlocati

I apologize for any inconvenience.
I appreciate your support. You’re doing a fantastic job with this tool.