eugeneware / docker-wordpress-nginx

A Dockerfile that installs the latest wordpress, nginx and php-fpm.
MIT License
874 stars 380 forks source link

Update Dockerfile, Issue #11 #12

Closed mrtimuk closed 10 years ago

mrtimuk commented 10 years ago

Force initctl symlink to overwrite the binary because the dpkg-divert line might have failed if initctl was already installed.

mrtimuk commented 10 years ago

To quote the dpkg-divert man page:

--rename Actually move the file aside (or back). dpkg-divert will abort operation in case the destination file already exists.

eugeneware commented 10 years ago

Thanks. Seems to have become a problem with Ubuntu 13. Cheers.