test
Some checks failed
build / build (push) Failing after 38s

This commit is contained in:
Constantin Simonis 2024-12-04 16:55:32 +01:00
parent 9be0e7dfdf
commit 41ab0637c3
Signed by: csimonis
GPG Key ID: 3878FF77C24AF4D2

View File

@ -11,7 +11,7 @@ RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen
RUN curl -sSk https://getcomposer.org/installer | php -- --disable-tls && \
mv composer.phar /usr/local/bin/composer
RUN docker-php-ext-configure intl
RUN #docker-php-ext-configure intl
RUN docker-php-ext-install pdo pdo_mysql mysqli gd opcache intl zip calendar dom mbstring zip gd xsl && a2enmod rewrite
RUN pecl install apcu && docker-php-ext-enable apcu