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 e2ba131 commit 7c404b3Copy full SHA for 7c404b3
Dockerfile
@@ -38,7 +38,7 @@ RUN apk add --no-cache \
38
&& apk del --no-cache git \
39
&& rm -rf /root/.composer/cache/* \
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
+ && sed -i "s/.*memory_limit = .*/memory_limit = -1/" /etc/php7/php.ini
42
43
VOLUME /work
44
WORKDIR /work
0 commit comments