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 a37cd53 commit 603ef59Copy full SHA for 603ef59
1 file changed
Dockerfile
@@ -15,9 +15,8 @@ RUN echo "memory_limit=-1" > $PHP_CONF_DIR/99_memory-limit.ini \
15
16
ARG PHPSTAN_VERSION
17
18
-RUN composer global require phpstan/phpstan:"$PHPSTAN_VERSION"
19
-
20
-RUN rm -rf /composer/vendor/phpstan/phpstan/.git \
+RUN composer global require phpstan/phpstan:"$PHPSTAN_VERSION" \
+ && rm -rf /composer/vendor/phpstan/phpstan/.git \
21
&& composer clear-cache
22
23
VOLUME ["/app"]
0 commit comments