Skip to content
Snippets Groups Projects
Verified Commit 765c858c authored by David Beniamine's avatar David Beniamine
Browse files

Fix build

parent 4a2e987e
No related branches found
No related tags found
No related merge requests found
Pipeline #1411 failed
......@@ -80,7 +80,7 @@ RUN pecl install xdebug \
COPY xdebug.ini $PHP_INI_DIR/conf.d/
# Composer is global
RUN mv composer.phar /usr/local/bin/composer && curl -sS https://get.symfony.com/cli/installer | bash && cp /root/.symfony/bin/symfony /usr/local/bin/symfony
RUN mv composer.phar /usr/local/bin/composer && curl -sS https://get.symfony.com/cli/installer | bash && cp /root/.symfony5/bin/symfony /usr/local/bin/symfony
ENV COMPOSER_MEMORY_LIMIT=-1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment