rogaha / docker-desktop

Docker Desktop enables you to create virtual desktops that can be accessed remotely. It comes with Firefox and Libreoffice already installed!
1.15k stars 287 forks source link

Error during building image #13

Closed redmanmale closed 10 years ago

redmanmale commented 10 years ago

Hello! I've followed the instrunctions, cloned git repo and run command docker build -t ... then i've got the command [/bin/sh -c dpkg-divert --local --rename --add /sbin/initctl && ln -s /bin/initctl] returned a non-zero code: 1

I've tried several times but still couldn't fight this error. System: ubuntu 12.04 LTS

Any ideas?

Faeranne commented 10 years ago

Also occuring in ubuntu 13.10

Looks like a simple typo in the build script.

Faeranne commented 10 years ago

Adding -f to the ln command fixes that,but it seems the restricted extras package is missing as well. Testing before I make a pull request.

rogaha commented 10 years ago

Hi @redmanmale, I merged @mrmakeit's pull request. It should be fixed now. Please let me know how it goes.

Thanks again @mrmakeit for your contribution!

redmanmale commented 10 years ago

@mrmakeit thanks, it worked.