PIL dependencies not installed in Docker file
Created by: axsaucedo
It seems that the dependencies for PIL.Image python are not installed in the docker image.
I am aware that the tutorials that it's necessary to install it, but I think it might be something useful to have if offering it to people.
Also other basic python libraries would be useful such as virtualenv, together with the requirements.txt file so users can avoid having to install everything manually.