You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error occurred after the command: docker-compose up
The file affected is app.docker
E: Package 'mysql-client' has no installation candidate
ERROR:
All code:
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 git zip libmcrypt-dev libfreetype6-dev libjpeg62-turbo-dev libpng-dev mysql-client libmagickwand-dev && apt-get clean && pecl install mcrypt imagick && docker-php-ext-enable imagick && docker-php-ext-install pdo_mysql && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer' returned a non-zero code: 100
The text was updated successfully, but these errors were encountered:
An error occurred after the command:
docker-compose up
The file affected is
app.docker
All code:
The text was updated successfully, but these errors were encountered: