OneBite.Dev - Coding blog in a bite size

🧑‍🚀 Blog for learning linux

linux blog posts, coding tips and trick in a bitesize to help you learn linux.

How to auto answer yes or no question when installing with apt in docker

When running a docker image, sometimes we need to install a package that requires us to answering a yes and no question. But docker will exit because of this

docker linux