We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ran the following command to build a mariadb image on an Ubuntu 14.04 VM.
sudo docker build -t="dockerfile/mariadb" github.com/dockerfile/mariadb
Got the following errors at the end of process:
Setting up mariadb-server-10.0 (10.0.15+maria-1~trusty) ... invoke-rc.d: policy-rc.d denied execution of stop. dpkg: error processing package mariadb-server-10.0 (--configure): subprocess installed post-installation script returned error exit status 1 dpkg: dependency problems prevent configuration of mariadb-server: mariadb-server depends on mariadb-server-10.0 (= 10.0.15+maria-1~trusty); however: Package mariadb-server-10.0 is not configured yet. dpkg: error processing package mariadb-server (--configure): dependency problems - leaving unconfigured Processing triggers for libc-bin (2.19-0ubuntu6.4) ... Processing triggers for ureadahead (0.100.0-16) ... Errors were encountered while processing: mariadb-server-10.0 mariadb-server E: Sub-process /usr/bin/dpkg returned an error code (1)
The text was updated successfully, but these errors were encountered:
Same problem here. It happens even running the Dockerfile commands manually.
Sorry, something went wrong.
No branches or pull requests
I ran the following command to build a mariadb image on an Ubuntu 14.04 VM.
sudo docker build -t="dockerfile/mariadb" github.com/dockerfile/mariadb
Got the following errors at the end of process:
The text was updated successfully, but these errors were encountered: