Skip to content

Commit

Permalink
Clean up nightly Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Oct 1, 2020
1 parent 3c56726 commit 8a04fdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ ARG PHPSTAN_VERSION

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

RUN rm -rf /composer/vendor/phpstan/phpstan/.git

VOLUME ["/app"]
WORKDIR /app

Expand Down

0 comments on commit 8a04fdc

Please sign in to comment.