commit 9502703392226a1940c57b16da13bdc7230b402e parent 0b68bf7384e1e3091ec4eb5a3e2c5d1e739feb9d Author: Marcel <MTRNord@users.noreply.github.com> Date: Wed, 12 Oct 2016 16:22:58 +0200 Switch to newer 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 && git checkout zstd-0.4.2 && make && make install +RUN git clone https://github.com/facebook/zstd.git && cd zstd && git checkout master && make && make install COPY scripts/ PStreet WORKDIR PStreet CMD cron