commit 84f9cf6b201020eb18a1746406b3c8faa8cee34a parent b34e96be067d5c8410bfd40c3106a0969d471014 Author: Marcel <MTRNord@users.noreply.github.com> Date: Thu, 6 Oct 2016 21:07:11 +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 +RUN apt-get install -y cron && pip install requests COPY scripts/ PStreet WORKDIR PStreet