different approach to fetch upstream

This commit is contained in:
Wolfgang Hottgenroth 2021-10-26 14:14:46 +02:00
parent 3569a44161
commit 9a7dc19fa0

View File

@ -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 && \