Skip to content
New issue

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

Error when building image #7

Open
thii opened this issue Dec 8, 2014 · 1 comment
Open

Error when building image #7

thii opened this issue Dec 8, 2014 · 1 comment

Comments

@thii
Copy link

thii commented Dec 8, 2014

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)
@qmaxquique
Copy link

Same problem here. It happens even running the Dockerfile commands manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants