add libsodium

This commit is contained in:
Wolfgang Hottgenroth 2021-10-26 14:46:31 +02:00
parent 36a4f96ed1
commit e0f8875aa7

View File

@ -13,7 +13,7 @@ RUN \
cd build && \
git clone https://github.com/NLnetLabs/unbound.git && \
cd unbound && \
./configure --with-libsodium --with-libnghttp2 --with-libevent --enable-sha2 --enable-dnscrypt ---prefix /opt/unbound && \
./configure --with-libsodium --with-libnghttp2 --with-libevent --enable-sha2 --enable-dnscrypt --prefix /opt/unbound && \
make && \
make install