Skip to content

Commit 534ce97

Browse files
committed
Add the missing memory_limit in the Alpine image
1 parent bc800be commit 534ce97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile-alpine

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)