commit 105b8a505bdcad5d45945220a23bf36b9f9b004a parent 6c3ed97c6d11c177e05d3bc87362226218f06ec0 Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 23 Jun 2016 20:29:01 +0200 fix (maybe docker-compose Diffstat:
| M | Dockerfile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile @@ -18,7 +18,7 @@ COPY ./rce /usr/bin/rce RUN chmod u+x /usr/bin/rce RUN ln -s /usr/bin/rce /usr/bin/docker -RUN apt-get update && apt-get install -y apt-transport-https && echo "deb https://packagecloud.io/Hypriot/Schatzkiste/debian/ jessie main" | tee /etc/apt/sources.list.d/hypriot.list && apt-get update && apt-get install docker-compose +RUN apt-get update && apt-get install -y apt-transport-https && echo "deb https://packagecloud.io/Hypriot/Schatzkiste/debian/ jessie main" | tee /etc/apt/sources.list.d/hypriot.list && apt-get update && apt-get install -y docker-compose #configure server RUN git clone https://github.com/marius311/boinc-server-docker.git && cd boinc-server-docker && cd ..