commit 39f526408fc98043baf6c5f897bbbe83f5d07899 parent 42c540bcd3526fc19d771f6f6fde779d4b5bb362 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 2 Jul 2016 11:09:17 +0200 add webinterface Diffstat:
| M | Dockerfile | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/Dockerfile b/Dockerfile @@ -24,6 +24,8 @@ RUN apt-get update && apt-get install -y apt-transport-https && echo "deb https: #configure server RUN git clone https://github.com/MTRNord/boinc-server-docker.git && cd boinc-server-docker && make build && cd .. RUN echo "127.0.0.1 www.boincserver.com" >> /etc/hosts +RUN wget http://repo.ajenti.org/debian/key -O- | apt-key add - && echo "deb http://repo.ajenti.org/ng/debian main main" >> /etc/apt/sources.list && apt-get update && apt-get install -y ajenti + COPY . /app RUN [ "cross-build-end" ]