badamerican.blogg.se

Install mysql client debian
Install mysql client debian








#23 0.766 Get:5 buster/mysql-apt-config amd64 Packages #23 0.571 Hit:4 bullseye-updates InRelease

install mysql client debian

#23 0.568 Hit:2 bullseye-security InRelease #22 0.958 Use of uninitialized value $val in concatenation (.) or string at /usr/share/perl5/Debconf/Format/822.pm line 84, line 6. RUN bash -c "debconf-set-selections line 6. RUN bash -c "export DEBIAN_FRONTEND=noninteractive" RUN apt-get update & apt-get install -y lsb-release debconf-utils If I skip the command RUN dpkg -i mysql-apt-config_0.8.24-1_all.deb and subsequent commands, then when running the container, I can execute the installation of mysql-apt-config manually, and install mysql-client without issue.

install mysql client debian install mysql client debian

It seems that the installation of mysql-apt-config_0.8.24-1_all.deb does not fully work as intended, because I get the error Package 'mysql-client' has no installation candidate. I'm trying to install the package mysql-client in a node:latest Docker container silently, from the Dockerfile.










Install mysql client debian