resin-boinc-server

git clone git://archive.git.mtrnord.blog/MTRNord/resin-boinc-server.git
Log | Files | Refs | README

commit a5e9c81c054ba5225be9ea073ce2742e3da81deb
parent 39f526408fc98043baf6c5f897bbbe83f5d07899
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat,  2 Jul 2016 11:10:32 +0200

remove webinterface

Diffstat:
MDockerfile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -24,7 +24,6 @@ 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