From e0f8875aa748624d6900ebcb168fc28ba2a91524 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 26 Oct 2021 14:46:31 +0200 Subject: [PATCH] add libsodium --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9b64b2a..cd27a56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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