different approach to fetch upstream
This commit is contained in:
parent
3569a44161
commit
9a7dc19fa0
@ -8,8 +8,8 @@ RUN \
|
|||||||
apk add openssl-dev && \
|
apk add openssl-dev && \
|
||||||
apk add expat-dev && \
|
apk add expat-dev && \
|
||||||
apk add libevent-dev && \
|
apk add libevent-dev && \
|
||||||
mkdir tmp && \
|
mkdir build && \
|
||||||
cd tmp && \
|
cd build && \
|
||||||
git clone https://github.com/NLnetLabs/unbound.git && \
|
git clone https://github.com/NLnetLabs/unbound.git && \
|
||||||
cd unbound && \
|
cd unbound && \
|
||||||
./configure --with-libnghttp2 --with-libevent --prefix /opt/unbound && \
|
./configure --with-libnghttp2 --with-libevent --prefix /opt/unbound && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user