summaryrefslogtreecommitdiff
path: root/packaging/ubuntu-docker/gnunet-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/ubuntu-docker/gnunet-build.sh')
-rw-r--r--packaging/ubuntu-docker/gnunet-build.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/ubuntu-docker/gnunet-build.sh b/packaging/ubuntu-docker/gnunet-build.sh
index dd89abd..896bdcf 100644
--- a/packaging/ubuntu-docker/gnunet-build.sh
+++ b/packaging/ubuntu-docker/gnunet-build.sh
@@ -11,7 +11,9 @@ cd /build/gnunet
# Fetch source
rm -rf *
-for n in gnunet gnunet-gtk
+pip3 install sphinx-book-theme
+
+for n in gnunet
do
git clone git://git.gnunet.org/$n
cd $n