Skip to content

Commit f1a1bac

Browse files
committed
disable composer memory limit
1 parent d506a40 commit f1a1bac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ COPY ./usr/local/etc/php/ /usr/local/etc/php/
9090
COPY ./usr/local/etc/php-fpm.d/ /usr/local/etc/php-fpm.d/
9191

9292
# configure composer
93-
ENV COMPOSER_ALLOW_SUPERUSER=1
93+
ENV COMPOSER_ALLOW_SUPERUSER=1 \
94+
COMPOSER_MEMORY_LIMIT=-1
9495
ENV PATH="$PATH:/opt/app/vendor/bin:~/.composer/vendor/bin"
9596
RUN composer global require hirak/prestissimo
9697

0 commit comments

Comments
 (0)