Skip to content

Commit bdfd886

Browse files
committed
Try bumping memory limit directly in docker image
1 parent b1686c6 commit bdfd886

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile.dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ WORKDIR /opt/php-version-audit
33

44
RUN apk --update --no-cache add libzip-dev autoconf g++ make linux-headers && \
55
cp "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini" && \
6+
sed -i 's/memory_limit.*/memory_limit = 2048M/' "$PHP_INI_DIR/php.ini" && \
67
pecl install -f xdebug && \
78
docker-php-ext-enable xdebug && \
89
pecl clear-cache && \

0 commit comments

Comments
 (0)