Force usage of master branch. (#2506)

This commit is contained in:
Émile Grégoire 2019-06-12 10:22:48 -04:00 committed by Max Moroz
parent 7394fb5eec
commit 9ba3387a66
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ RUN apt-get update && apt-get install -y make wget tshark
RUN wget -q -O - https://github.com/Kitware/CMake/releases/download/v3.14.4/cmake-3.14.4-Linux-x86_64.sh > /tmp/install_cmake.sh && \
cd /usr && bash /tmp/install_cmake.sh -- --skip-license && \
rm /tmp/install_cmake.sh
RUN git clone --recursive --depth 1 https://github.com/automatak/dnp3.git opendnp3
RUN git clone --recursive -b master --depth 1 https://github.com/dnp3/opendnp3.git opendnp3
WORKDIR opendnp3
COPY build.sh $SRC/