symfony-docker
symfony-docker copied to clipboard
'mysql-client' has no installation candidate
Hello
When I try to run docker-compose up -d --build I am getting an error
Get:1 http://security-cdn.debian.org/debian-security buster/updates InRelease [39.1 kB] Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [118 kB] Get:4 http://security-cdn.debian.org/debian-security buster/updates/main amd64 Packages [53.4 kB] Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [46.8 kB] Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7897 kB] Fetched 8154 kB in 18s (457 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... Package mysql-client is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'mysql-client' has no installation candidate ERROR: Service 'app' failed to build: The command '/bin/sh -c apt-get update && apt-get install -y zip
then the image won't start when I look at docker ps -a
gets the same error, i'm on mac, and that could be the issue
@gsanchez27 I personally won't have time to test but we saw this on a different docker repo where the package in the new debian release had been renamed to default-mysql-client instead.