pinry / docker-pinry

An easy way to get a Pinry instance up and running using Docker.
http://getpinry.com/
Other
55 stars 23 forks source link

Docker build error #9

Closed kaceo closed 6 years ago

kaceo commented 6 years ago

Broken during docker build

Step 4/22 : RUN apt-get --yes build-dep python-imaging ---> Running in 8b16b78a0604 Reading package lists... Building dependency tree... Reading state information... E: Unable to find a source package for pillow Picking 'pillow' as source package instead of 'python-imaging' The command '/bin/sh -c apt-get --yes build-dep python-imaging' returned a non-zero code: 100

kaceo commented 6 years ago

I tried to use a prebuilt image (robinthrift/docker-pinry) on docker hub, still fails:

sudo docker run -d=true -p=10000:80 -v=/mnt/pinry:/data robinthrift/docker-pinry /start

open browser to localhost:10000

returns "Internal Server Error"

andreasabilio commented 6 years ago

+1

Kaput1982 commented 6 years ago

Jumping in to say I'm getting the same error as the OP. I'm installing pinry on Ubuntu 16.04 64bit server VM, if that makes any difference. I set docker up following the instructions from digital ocean (https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04)

Step 4/22 : RUN apt-get --yes build-dep python-imaging ---> Running in 2189e39af0ae Reading package lists... Building dependency tree... Reading state information... Picking 'pillow' as source package instead of 'python-imaging' E: Unable to find a source package for pillow The command '/bin/sh -c apt-get --yes build-dep python-imaging' returned a non-zero code: 100

Wurzelmann commented 6 years ago

I've got exactly the same problem as @Kaput1982

+1

nettiopsu commented 6 years ago

+1

voteleobrown commented 6 years ago

Is it trying to install a package named "pillow" when the package should be "python-pil"?

WinndyBoy commented 6 years ago

anyone find a solution to this yet :)

dwanderton commented 6 years ago

+1

tsmsogn commented 6 years ago

Try apt-get --yes install python-imaging