php-alpine
php-alpine copied to clipboard
request(extension): phalcon
Hi, I'm missing the php-phalcon package, it is not in the repository for alpine 3.10 and php7.4 even though your readme.md sais it is. It is also missing from previous repositories already. Is this still maintained or do I have to look for an alternative way to install it?
Also, it would be nice to see the core modules php-tokenizer and php-xmlwriter in future version.
Thanks for providing this repository, saved me a ton of time already!
investigating whine doing new builds, I'll reply in a few hours
new build available, please test and report back.
Hi, it still appears to be missing. This is the current Dockerfile I'm trying to build:
FROM alpine:3.11
ADD https://dl.bintray.com/php-alpine/key/php-alpine.rsa.pub /etc/apk/keys/php-alpine.rsa.pub
RUN echo "https://dl.bintray.com/php-alpine/v3.11/php-7.4" >> /etc/apk/repositories
# Install base packages
RUN apk --update add ca-certificates && apk upgrade && apk add \
bash curl git php php-json php-phar php-iconv tzdata openntpd nano \
# Install PHP
&& apk add \
php-mbstring \
php-pdo \
php-pdo_mysql \
php-zip \
php-bcmath \
php-curl \
php-ctype \
php-xml \
php-dom \
&& apk add php-phalcon
But it failes at the phalcon part:
ERROR: unsatisfiable constraints:
php-phalcon (missing):
required by: world[php-phalcon]
In this list I also can't find the phalcon package: https://dl.bintray.com/php-alpine/v3.11/php-7.4/x86_64/
Phalcon fails to build under some versions, changing this to a request issue