From 9a7dc19fa073d2937cc88bb72f5be5698b366bb8 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 26 Oct 2021 14:14:46 +0200 Subject: [PATCH] different approach to fetch upstream --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 26e1b20..62ca001 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,8 @@ RUN \ apk add openssl-dev && \ apk add expat-dev && \ apk add libevent-dev && \ - mkdir tmp && \ - cd tmp && \ + mkdir build && \ + cd build && \ git clone https://github.com/NLnetLabs/unbound.git && \ cd unbound && \ ./configure --with-libnghttp2 --with-libevent --prefix /opt/unbound && \