I'm wondering what the different options there are with dockerfiles in terms of what I can use in the dockerfile definition (command-line) to install things.
I wanted to know if people are using Linuxbrew at all when they are using docker or if basically everyone is only just using apt-get in the case of Ubuntu which is the OS I'm going with.
Does it make sense to even use Linuxbrew (homebrew) if I'm doing everything via a dockerfile?