Skip to content

Commit 8a04fdc

Browse files
committed
Clean up nightly Docker image
1 parent 3c56726 commit 8a04fdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ARG PHPSTAN_VERSION
1717

1818
RUN composer global require phpstan/phpstan:"$PHPSTAN_VERSION"
1919

20+
RUN rm -rf /composer/vendor/phpstan/phpstan/.git
21+
2022
VOLUME ["/app"]
2123
WORKDIR /app
2224

0 commit comments

Comments
 (0)