We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1686c6 commit bdfd886Copy full SHA for bdfd886
docker/Dockerfile.dev
@@ -3,6 +3,7 @@ WORKDIR /opt/php-version-audit
3
4
RUN apk --update --no-cache add libzip-dev autoconf g++ make linux-headers && \
5
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" && \
7
pecl install -f xdebug && \
8
docker-php-ext-enable xdebug && \
9
pecl clear-cache && \
0 commit comments