aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/cryptofuzz/Dockerfile
diff options
context:
space:
mode:
authorGravatar Guido Vranken <guidovranken@users.noreply.github.com>2019-11-04 02:49:40 +0100
committerGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2019-11-03 17:49:40 -0800
commit82dcfabe3d9dbf0ca595cccf330e4d306d56b1d0 (patch)
tree1ea79570666bcd676e14eff86fa6a5d2e09b407b /projects/cryptofuzz/Dockerfile
parentd739d654605fb9e07981438bc3e6a45a827218c5 (diff)
[cryptofuzz] wolfCrypt (#3004)
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 b6813b49..ed18cf88 100644
--- a/projects/cryptofuzz/Dockerfile
+++ b/projects/cryptofuzz/Dockerfile
@@ -39,6 +39,7 @@ RUN wget https://github.com/openssl/openssl/archive/OpenSSL_1_0_2-stable.zip
RUN git clone --depth 1 https://github.com/google/cityhash.git
RUN git clone --depth 1 https://github.com/golang/go
RUN git clone --depth 1 https://github.com/randombit/botan.git
+RUN git clone --depth 1 https://github.com/wolfSSL/wolfssl.git
RUN apt-get remove -y libunwind8
COPY build.sh $SRC/