commit 0b68bf7384e1e3091ec4eb5a3e2c5d1e739feb9d parent 8ae796a885a956133d5af23b1a5388c77cdec774 Author: Marcel <MTRNord@users.noreply.github.com> Date: Wed, 12 Oct 2016 16:10:58 +0200 Fix zstd version Diffstat:
| M | Dockerfile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile @@ -3,7 +3,7 @@ FROM mtrnord/opencv:latest MAINTAINER MTRNord <info@nordgedanken.de> RUN apt-get install -y cron git -RUN git clone https://github.com/facebook/zstd.git && cd zstd && make && make install +RUN git clone https://github.com/facebook/zstd.git && cd zstd && git checkout zstd-0.4.2 && make && make install COPY scripts/ PStreet WORKDIR PStreet CMD cron