Skip to content

Commit fe22270

Browse files
bpolaszekBenoit POLASZEK
andauthored
tests: increase PHP memory limit to 512M in Dockerfile (#778)
Co-authored-by: Benoit POLASZEK <[email protected]>
1 parent d960ef5 commit fe22270

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ RUN apt-get update && apt-get install -y \
55
unzip \
66
&& rm -rf /var/lib/apt/lists/*
77

8+
RUN echo "memory_limit = 512M" > /usr/local/etc/php/conf.d/memory-limit.ini
9+
810
COPY --from=composer:2 /usr/bin/composer /usr/local/bin/composer

0 commit comments

Comments
 (0)