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 \
3737 && cd /root/drupalsecure_code_sniffs && curl https://www.drupal.org/files/issues/parenthesis_closer_notice-2320623-2.patch | git apply && cd \
3838 && apk del --no-cache git \
3939 && 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
4142
4243VOLUME /work
4344WORKDIR /work
Original file line number Diff line number Diff line change 1+ ; File is not use! Please check Dockerfile.
12; No memory limits
23memory_limit =-1
You can’t perform that action at this time.
0 commit comments