aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/cryptofuzz/Dockerfile
diff options
context:
space:
mode:
authorGravatar Guido Vranken <guidovranken@users.noreply.github.com>2020-10-05 19:25:40 +0200
committerGravatar GitHub <noreply@github.com>2020-10-05 10:25:40 -0700
commit0fe19f69cb821408afcce1d5425fbd34b4b74fb4 (patch)
treef307582ed6b384283349ebb87ce4e5aa2bbdc9ce /projects/cryptofuzz/Dockerfile
parent0c637b93baecfd626d5b57db9f99162dcfec12f9 (diff)
[cryptofuzz] Add crypto-js (#4500)
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 fc288ae4..2ffe8329 100644
--- a/projects/cryptofuzz/Dockerfile
+++ b/projects/cryptofuzz/Dockerfile
@@ -54,6 +54,7 @@ RUN wget https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-2.5.0.ta
RUN git clone --depth 1 https://github.com/indutny/bn.js.git
RUN git clone --depth 1 https://github.com/MikeMcl/bignumber.js.git
RUN git clone --depth 1 https://github.com/guidovranken/libfuzzer-js.git
+RUN git clone --depth 1 https://github.com/brix/crypto-js.git
RUN apt-get remove -y libunwind8
RUN apt-get install -y libssl-dev