[opendnp3] Use main branch for opendnp3 project (#1465)

This commit is contained in:
Catena cyber 2018-05-31 16:22:16 +02:00 committed by Max Moroz
parent a4b204800f
commit 845ae8083f
1 changed files with 1 additions and 4 deletions

View File

@ -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/