aboutsummaryrefslogtreecommitdiff
path: root/projects/mbedtls/Dockerfile
diff options
context:
space:
mode:
authorCatena cyber <35799796+catenacyber@users.noreply.github.com>2018-09-05 18:22:02 +0200
committerjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2018-09-05 09:22:02 -0700
commit1c0f84362b8556855dcbf9ba828be144a47c407e (patch)
tree2ce11290bc71c681b109d835d96cd2ab47f0b1a2 /projects/mbedtls/Dockerfile
parenta9ae43ef6bd4bfbec0c4a1de692eb4b76ecf32e3 (diff)
downloadoss-fuzz-1c0f84362b8556855dcbf9ba828be144a47c407e.tar.gz
[Mbedtls] Use main repo and patch afterwards (#1793)
Diffstat (limited to 'projects/mbedtls/Dockerfile')
-rw-r--r--projects/mbedtls/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/mbedtls/Dockerfile b/projects/mbedtls/Dockerfile
index 681c5e549..c4ce6b4bb 100644
--- a/projects/mbedtls/Dockerfile
+++ b/projects/mbedtls/Dockerfile
@@ -18,9 +18,9 @@ FROM gcr.io/oss-fuzz-base/base-builder
#TODO change
MAINTAINER support-mbedtls@arm.com
RUN apt-get update && apt-get install -y make cmake
-#TODO change when merged into master branch of official repo
-RUN git clone --depth 1 --branch fuzz https://github.com/catenacyber/mbedtls.git mbedtls
+RUN git clone --depth 1 https://github.com/ARMmbed/mbedtls.git mbedtls
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/