Getting apt-get on an alpine container
Using multiple package systems is usually a very bad idea, for many reasons. Packages are likely to collide and break and you’ll end up with much greater mess than you’ve started with. See this excellent answer for more detail: Is there a pitfall of using multiple package managers? A more feasible approach would be troubleshooting … Read more