From 845ae8083fb0b130300dedd1608ce20253fe9ec6 Mon Sep 17 00:00:00 2001 From: Catena cyber <35799796+catenacyber@users.noreply.github.com> Date: Thu, 31 May 2018 16:22:16 +0200 Subject: [PATCH] [opendnp3] Use main branch for opendnp3 project (#1465) --- projects/opendnp3/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/projects/opendnp3/Dockerfile b/projects/opendnp3/Dockerfile index 08f162637..d2763ead9 100644 --- a/projects/opendnp3/Dockerfile +++ b/projects/opendnp3/Dockerfile @@ -15,11 +15,8 @@ ################################################################################ FROM gcr.io/oss-fuzz-base/base-builder -#TODO change MAINTAINER info@automatak.com RUN apt-get update && apt-get install -y make cmake tshark -#TODO change when merged into master branch of official repo -RUN git clone --recursive --depth 1 --branch fuzz https://github.com/catenacyber/dnp3.git opendnp3 -RUN git clone --depth 1 https://github.com/ITI/ICS-Security-Tools.git pcaps +RUN git clone --recursive --depth 1 https://github.com/automatak/dnp3.git opendnp3 WORKDIR opendnp3 COPY build.sh $SRC/