Is it “bad” to install a system package in a docker entryPoint script?
I’ve got an AWS ECS service that includes several containers that are nearly identical. I’ve initially built this with a dockerfile for each image, and it works fine but the builds are really slow, with a lot of duplicated effort. Building a single base image for all the containers seems like the Docker way to do this, but results in some overhead and seems like overkill so I am avoiding it.