commit 5d51f664c22666f34a6b51ba2a1686c8b8455839 parent 948b5a52aa8767830d7010454abdddb05e849702 Author: Marcel <MTRNord@users.noreply.github.com> Date: Fri, 7 Oct 2016 18:43:27 +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 linux-tools-common linux-tools-generic linux-tools-`uname -r` +RUN apt-get install -y cron linux-tools linux-generic COPY scripts/ PStreet WORKDIR PStreet