Circleci/mysql:5.7 fails to download default-mysql-client

The command which fails is sudo apt install default-mysql-client

Any luck resolving this? I’m having a similar problem.

I’ve included the --fix-missing flag. It worked for some time and now the same exception again.
The command is sudo apt install default-mysql-client --fix-missing

If you’re using the circleci/mysql:5.7 image mentioned in the title, I have two notes.

  1. This image isn’t designed to be run directly and the primary image, but as service image.
  2. This image already includes mysql-client. There’s no need to install it.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.