aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/cryptofuzz/Dockerfile
diff options
context:
space:
mode:
authorGravatar Guido Vranken <guidovranken@users.noreply.github.com>2020-04-13 15:36:50 +0200
committerGravatar GitHub <noreply@github.com>2020-04-13 06:36:50 -0700
commit9e6fc1ed39aef7cfddf2fd7d8ce77d1585119d1b (patch)
treec8b7a104d3055cdaf0409f60e90bbe14e653f819 /projects/cryptofuzz/Dockerfile
parentf3955c875a5f6daa92e36510daebb29a776ad339 (diff)
[cryptofuzz] Enable libsodium again (#3631)
Diffstat (limited to 'projects/cryptofuzz/Dockerfile')
-rw-r--r--projects/cryptofuzz/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/cryptofuzz/Dockerfile b/projects/cryptofuzz/Dockerfile
index ec94d4a9..9eebbc21 100644
--- a/projects/cryptofuzz/Dockerfile
+++ b/projects/cryptofuzz/Dockerfile
@@ -41,6 +41,7 @@ RUN git clone --depth 1 https://github.com/wolfSSL/wolfssl.git
RUN git clone --depth 1 https://github.com/ARMmbed/mbed-crypto.git
RUN hg clone https://hg.mozilla.org/projects/nspr
RUN hg clone https://hg.mozilla.org/projects/nss
+RUN git clone --depth 1 https://github.com/jedisct1/libsodium.git
RUN apt-get remove -y libunwind8
RUN apt-get install -y libssl-dev