magnetikonline / docker-acestream-server

Ace Stream server Docker image and playback CLI for media players.
https://hub.docker.com/r/magnetikonline/acestream-server/
MIT License
131 stars 35 forks source link

The image could be trimmed #1

Closed blaise-io closed 6 years ago

blaise-io commented 6 years ago

Hi! I was using your image for a while but I thought it could be trimmed. I created my own image based on yours to test this and I was able to reduce the size by ~ 100 MB. In case you're interested:

magnetikonline commented 6 years ago

Sorry for the late reply - this is tops, will implement for sure.

One minor thing - I reckon you could just do a easier rm -rf /var/lib/apt/lists - rather than including the wildcard - hell, maybe even just rm -rf /var/lib/apt - it's not like you're going to need it anymore 😄 .

Regardless - awesome work, I'll play with this in the near future.

magnetikonline commented 6 years ago

All done - pushed your suggestions in against bc107a7e7436bc26b2f6a8278d9f1b333776138d.

Image has gone from around 313MB -> 210MB - great savings. 👍

Thanks again! 🎉