eko / docker-symfony

Run a Symfony application using Docker & docker-compose
BSD Zero Clause License
1.29k stars 475 forks source link

Use --no-cache flag for apk: reduce the size of images #112

Closed NicolasCARPi closed 5 years ago

NicolasCARPi commented 5 years ago

This change reduces the size of the nginx image from 7.12 MB to 5.84 MB and the php image from 152 MB to 151 MB.

eko commented 5 years ago

Some megabytes are always good to remove ;)

Thank you @NicolasCARPi