File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ RUN apk add --no-cache \
37
37
&& cd /root/drupalsecure_code_sniffs && curl https://www.drupal.org/files/issues/parenthesis_closer_notice-2320623-2.patch | git apply && cd \
38
38
&& apk del --no-cache git \
39
39
&& rm -rf /root/.composer/cache/* \
40
- && ln -s /root/drupalsecure_code_sniffs/DrupalSecure /root/.composer/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/DrupalSecure
40
+ && ln -s /root/drupalsecure_code_sniffs/DrupalSecure /root/.composer/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/DrupalSecure \
41
+ sed -i "s/.*memory_limit = .*/memory_limit = -1/" /etc/php7/php.ini
41
42
42
43
VOLUME /work
43
44
WORKDIR /work
Original file line number Diff line number Diff line change
1
+ ; File is not use! Please check Dockerfile.
1
2
; No memory limits
2
3
memory_limit =-1
You can’t perform that action at this time.
0 commit comments