Closed rawpixel-vincent closed 6 years ago
Sorry, after re-reading the documentation I saw there was an update on the virtual package name, using this recommended method and alpine:3.7 for php 7.2, I don't have the issue anymore.
ADD https://php.codecasts.rocks/php-alpine.rsa.pub /etc/apk/keys/php-alpine.rsa.pub
RUN echo "@php http://php.codecasts.rocks/v3.7/php-7.2" >> /etc/apk/repositories
RUN apk update &&\
apk add --no-cache \
--repository=http://dl-4.alpinelinux.org/alpine/latest-stable/community \
--repository=http://dl-4.alpinelinux.org/alpine/latest-stable/main \
php@php php-dev@php php-fpm@php php-intl@php php-curl@php php-gd@php \
php-opcache@php php-pdo@php php-pdo_dblib@php php-openssl@php php-json@php \
php-phar@php php-ctype@php php-pdo_mysql@php php-mysqli@php php-mysqlnd@php \
php-xml@php php-dom@php php-pdo_sqlite@php php-soap@php php-bcmath@php php-zip@php \
php-mbstring@php php-session@php php-zlib@php php-pcntl@php php-posix@php \
php-sodium@php php-iconv@php \
php-xmlreader@php php-redis@php
Hey, thank you for the info!
With my latest build of today, the class XMLWrite is not setup properly. It was working fine before.