commit 6e7fabbd3cae1ffe97054e2e08ef4db813c190ca parent 84f9cf6b201020eb18a1746406b3c8faa8cee34a Author: Marcel <MTRNord@users.noreply.github.com> Date: Thu, 6 Oct 2016 21:07:39 +0200 Update Dockerfile Diffstat:
| M | Dockerfile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile @@ -2,7 +2,7 @@ FROM mtrnord/opencv:latest MAINTAINER MTRNord <info@nordgedanken.de> -RUN apt-get install -y cron && pip install requests +RUN apt-get install -y cron && pip install urllib COPY scripts/ PStreet WORKDIR PStreet