aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index e753c5b91..375c76c4b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -44,6 +44,9 @@ RUN git clone https://github.com/schanzen/gnunet-webui.git
44WORKDIR /usr/src/gnunet-webui 44WORKDIR /usr/src/gnunet-webui
45RUN git checkout gnuidentity 45RUN git checkout gnuidentity
46 46
47RUN mkdir /usr/src/gnunet
48WORKDIR /usr/src/gnunet
49ADD . .
47RUN ./bootstrap 50RUN ./bootstrap
48RUN ./configure --prefix=/usr/local 51RUN ./configure --prefix=/usr/local
49RUN make 52RUN make