dinkel / docker-spamassassin

SpamAssassin as a Docker image
MIT License
16 stars 23 forks source link

Get rid of unnecessary layers by bulk-adding files #3

Open Rillke opened 7 years ago

Rillke commented 7 years ago

The ADD instruction allows adding multiple files at once. Especially for those small scripts there is no real need for multiple COPY/ADD instructions causing the creation of an additional layer for each of them.