Skip to content

Fails to build #7

@marcbria

Description

@marcbria

Dockerfile fails to install mysql-server:

Step 7/20 : RUN echo 'mysql-server mysql-server/root_password password r00t' | debconf-set-selections &&     echo 'mysql-server mysql-server/root_password_again password r00t'| debconf-set-selections &&     apt-get install mysql-server -y &&     /etc/init.d/mysql stop
 ---> Running in fc2275e3ec08
Reading package lists...
Building dependency tree...
Reading state information...
Package mysql-server 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-server' has no installation candidate
The command '/bin/sh -c echo 'mysql-server mysql-server/root_password password r00t' | debconf-set-selections &&     echo 'mysql-server mysql-server/root_password_again password r00t'| debconf-set-selections &&     apt-get install mysql-server -y &&     /etc/init.d/mysql stop' returned a non-zero code: 100

BTW, why not including the project in dockerhub?
Are you planning to release a docker-compose?

Thanks for your work,
m.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions