I'm having difficulty getting Pinry installed. Docker issues maybe?
This is the error I get when follow directions to get Pinry installed using Docker.
Step 4/22 : RUN apt-get --yes build-dep python-imaging
---> Running in 028ff705ed67
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
I don't know how to move past this, and I've been searching like a madman online and from what I understand, Pillow is maintaned, PIL is not, but Pillow uses the same namespace as PIL so as not to disrupt anything. I don't know if this is what's causing my issues, like if Docker is looking for "pillow" but it's actually under PIL or something? I'm used to just uploading some files and walking through the install process in my browser after setting up a DB or something at most. This is a little more complicated, but I feel like it's got to be a pretty trivial thing overall. I am stumped though, and have spent too much time trying to do this on my own.
Can anyone help me out at all? I literally just need to get this program running and visible inside my web browser and I can't even get to that point.