commit 541c9bafd70ba42c7ec7ff0a815faac40b5eadf1 parent 21eaa5e1eaab5a420330bcc760f7f8b00e72b844 Author: Marcel <MTRNord@users.noreply.github.com> Date: Sat, 8 Oct 2016 13:26:22 +0200 Update Dockerfile Diffstat:
| M | Dockerfile | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile @@ -2,7 +2,8 @@ FROM mtrnord/opencv:latest MAINTAINER MTRNord <info@nordgedanken.de> -RUN apt-get install -y cron +RUN apt-get install -y cron git +RUN git clone https://github.com/facebook/zstd.git && cd zstd && make && make install COPY scripts/ PStreet WORKDIR PStreet CMD cron