File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ RUN apk add --no-cache --virtual .tool-deps $TOOL_DEPS $LIB_DEPS \
1313 && git clone https://github.com/nikic/php-ast.git && cd php-ast && phpize && ./configure && make && make install && cd .. && rm -rf php-ast && docker-php-ext-enable ast \
1414 && docker-php-ext-install zip \
1515 && echo "date.timezone=Europe/London" >> $PHP_INI_DIR/php.ini \
16+ && echo "memory_limit=-1" >> $PHP_INI_DIR/php.ini \
1617 && echo "phar.readonly=0" >> $PHP_INI_DIR/php.ini \
1718 && curl -Ls https://getcomposer.org/composer.phar > /usr/local/bin/composer && chmod +x /usr/local/bin/composer \
1819 && curl -Ls https://box-project.github.io/box2/installer.php | php && mv box.phar /usr/local/bin/box && chmod +x /usr/local/bin/box \
You can’t perform that action at this time.
0 commit comments