aboutsummaryrefslogtreecommitdiff
path: root/projects/ecc-diff-fuzzer/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/ecc-diff-fuzzer/Dockerfile')
-rw-r--r--projects/ecc-diff-fuzzer/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/ecc-diff-fuzzer/Dockerfile b/projects/ecc-diff-fuzzer/Dockerfile
index 3b2fd04a1..fce2cbe6a 100644
--- a/projects/ecc-diff-fuzzer/Dockerfile
+++ b/projects/ecc-diff-fuzzer/Dockerfile
@@ -23,5 +23,6 @@ RUN git clone --depth 1 https://github.com/ANSSI-FR/libecc.git libecc
RUN git clone --depth 1 https://github.com/openssl/openssl.git openssl
ADD https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.32.tar.bz2 libgpg-error-1.32.tar.bz2
RUN git clone --depth 1 https://github.com/gpg/libgcrypt gcrypt
+RUN git clone --depth 1 https://github.com/weidai11/cryptopp cryptopp
WORKDIR $SRC/
COPY build.sh $SRC/