Skip to content

Commit

Permalink
Remove pimple ext source from docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Dec 22, 2020
1 parent a76f76d commit 8f38371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ cleanup_vendor() {
rm -rf vendor/bin/.phpunit
rm -rf vendor/twig/twig/ext/twig
rm -rf vendor/pimple/pimple/src/Pimple/Tests
rm -rf vendor/pimple/pimple/ext
rm -rf vendor/twig/twig/src/Test
find vendor -name doc -print0 | sort -zr | xargs -0 -r rm -r
find vendor -name docs -print0 | sort -zr | xargs -0 -r rm -r
Expand Down

0 comments on commit 8f38371

Please sign in to comment.