Ask Your Question
2

How can mysql-client be installed silently within a Debian container?

asked 2022-07-04 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2021-09-20 06:00:00 +0000

david gravatar image

To install mysql-client silently within a Debian container, you can use the following command:

apt-get install -y mysql-client

This command will install mysql-client without any user interaction or prompts. The -y option automatically answers "yes" to any prompts or questions that may come up during the installation process.

You can run this command as part of a Dockerfile or during container runtime to ensure that mysql-client is installed in a Debian container.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-07-04 11:00:00 +0000

Seen: 9 times

Last updated: Sep 20 '21