I try to execute this dockerfile but this error happen :
E: Package 'mysql-client' has no installation candidate ERROR: Service 'web' failed to build: The command '/bin/sh -c apt-get update && apt-get install --fix-missing -y apt-transport-https apt-utils cloc imagemagick graphviz git libicu-dev libmemcached-tools libmemcached-dev libpng-dev libjpeg62-turbo-dev libmcrypt-dev libxml2-dev libxslt1-dev libyaml-dev linux-libc-dev mysql-client nano ruby-dev rubygems sudo tree vim wget zip' returned a non-zero code: 100
Change line 32 "mysql-client" to "default-mysql-client"
I try to execute this dockerfile but this error happen :
E: Package 'mysql-client' has no installation candidate ERROR: Service 'web' failed to build: The command '/bin/sh -c apt-get update && apt-get install --fix-missing -y apt-transport-https apt-utils cloc imagemagick graphviz git libicu-dev libmemcached-tools libmemcached-dev libpng-dev libjpeg62-turbo-dev libmcrypt-dev libxml2-dev libxslt1-dev libyaml-dev linux-libc-dev mysql-client nano ruby-dev rubygems sudo tree vim wget zip' returned a non-zero code: 100Change line 32 "mysql-client" to "default-mysql-client"