aboutsummaryrefslogtreecommitdiff
path: root/projects/mbedtls/Dockerfile
diff options
context:
space:
mode:
authorCatena cyber <35799796+catenacyber@users.noreply.github.com>2019-07-12 16:59:39 +0200
committerAbhishek Arya <inferno@chromium.org>2019-07-12 07:59:39 -0700
commitf49aaecdfcc86f8517d03f1db476fa1eae3cc23e (patch)
treebe802587b2d32ce0da7ccb6ca16f7479fec749a2 /projects/mbedtls/Dockerfile
parentab91fbd152a87c9d4fa20ac5143bfa5507c33a2d (diff)
downloadoss-fuzz-f49aaecdfcc86f8517d03f1db476fa1eae3cc23e.tar.gz
Use main repo for project MbedTLS (#2592)
* mbedtls ok * Do not copy removed patch
Diffstat (limited to 'projects/mbedtls/Dockerfile')
-rw-r--r--projects/mbedtls/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/mbedtls/Dockerfile b/projects/mbedtls/Dockerfile
index d0e409dea..9c49e60c4 100644
--- a/projects/mbedtls/Dockerfile
+++ b/projects/mbedtls/Dockerfile
@@ -22,5 +22,4 @@ RUN git clone --recursive --depth 1 https://github.com/ARMmbed/mbedtls.git mbedt
RUN git clone --depth 1 https://github.com/google/boringssl.git boringssl
RUN git clone --depth 1 https://github.com/openssl/openssl.git openssl
WORKDIR mbedtls
-COPY fuzzmbedtls.diff $SRC/fuzz.diff
COPY build.sh $SRC/