aboutsummaryrefslogtreecommitdiff
path: root/projects/monero/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/monero/Dockerfile')
-rw-r--r--projects/monero/Dockerfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/projects/monero/Dockerfile b/projects/monero/Dockerfile
index fe2dbbe91..d8f361983 100644
--- a/projects/monero/Dockerfile
+++ b/projects/monero/Dockerfile
@@ -44,7 +44,8 @@ RUN set -ex && \
libreadline-dev \
libudev-dev \
libprotobuf-dev \
- protobuf-compiler
+ protobuf-compiler \
+ libexpat-dev
WORKDIR monero
@@ -117,5 +118,8 @@ RUN set -ex \
&& make \
&& make install
+RUN git clone https://github.com/NLnetLabs/unbound && \
+ cd unbound && ./configure && make && make install
+
RUN git clone --depth 1 https://github.com/monero-project/monero.git monero
COPY build.sh $SRC/