Skip to content
Snippets Groups Projects
Commit 9620f9f3 authored by Eike Drost's avatar Eike Drost
Browse files

fixes installation failes in container

parent d96f6471
Branches main
Tags 1.0.0
No related merge requests found
Pipeline #40 failed
......@@ -83,9 +83,11 @@ RUN chmod +x mhsendmail_linux_amd64
RUN mv mhsendmail_linux_amd64 /usr/local/bin/mhsendmail
RUN yes | pecl install igbinary
RUN yes | pecl install apcu-5.1.22 redis ast-1.1.0 xdebug-3.2.2
RUN yes | pecl install apcu-5.1.22
RUN yes | pecl install ast-1.1.0
RUN yes | pecl install xdebug-3.2.2
RUN docker-php-ext-enable apcu intl redis ast
RUN docker-php-ext-enable apcu intl ast
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
RUN composer --version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment