ottomated / CrewLink-server

Voice Relay server for CrewLink.
GNU General Public License v3.0
696 stars 451 forks source link

Docker Image Size #141

Closed jhechtf closed 3 years ago

jhechtf commented 3 years ago

We should probably have an alpine image so minimize the size of the docker file.

I created a rough image simply using alpine as the base and got the following size differences:

Alpine image size: 270MB; default image size 1.1GB

Taking the image from 1.1GB to 270MB is an approximately 75% reduction in size.

OiYouYeahYou commented 3 years ago

fixed in: https://github.com/ottomated/CrewLink-server/pull/98

jhechtf commented 3 years ago

Closing Ticket