kiranshila / Doplarr

An *arr request bot for Discord
MIT License
425 stars 30 forks source link

feat(image): dockerfile enhancements #18

Closed onedr0p closed 3 years ago

onedr0p commented 3 years ago

Several improvements to the Dockerfile:

onedr0p commented 3 years ago

No problem, can't wait to try this with Overseerr! 😀

kiranshila commented 3 years ago

Now that I think about this more, we probably don't need all of clojure in there as well, like an absolutely minimal JRE would probably do it - I just was using a clojure image because I wanted to build and run debugging bits inside the container. We'll let this be for now, but I bet we can make it even smaller.

onedr0p commented 3 years ago

Yep, feel free to update the base image to openjdk:11-jre-buster which seems to be around 115MB.