commit 7d680ce362eb5eae8f89b2f42825d400b6336c2c parent 7c68ff1299890541bef4d26b8c0fc1cd389a56c6 Author: Marcel <MTRNord@users.noreply.github.com> Date: Fri, 7 Oct 2016 19:14:34 +0200 Update Dockerfile Diffstat:
| M | Dockerfile | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Dockerfile b/Dockerfile @@ -3,4 +3,5 @@ FROM mtrnord/opencv:latest MAINTAINER MTRNord <info@nordgedanken.de> RUN apt-get install -y cron perf-tools-unstable +RUN echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list && apt-get update && apt-get install -y linux-tools CMD cron