diff --git a/install/docker/Dockerfile.app b/install/docker/Dockerfile.app index ecd1f83e863..1278e85fbca 100644 --- a/install/docker/Dockerfile.app +++ b/install/docker/Dockerfile.app @@ -43,9 +43,9 @@ RUN apt-get -y update && \ rm -rf /var/lib/apt/lists/* ADD https://api.github.com/repos/ONLYOFFICE/DocSpace-buildtools/git/refs/heads/${GIT_BRANCH} version.json -RUN git clone -b ${GIT_BRANCH} https://github.com/ONLYOFFICE/DocSpace-buildtools.git ${SRC_PATH}/buildtools && \ - git clone --recurse-submodules -b ${GIT_BRANCH} https://github.com/ONLYOFFICE/DocSpace-Server.git ${SRC_PATH}/server && \ - git clone -b ${GIT_BRANCH} https://github.com/ONLYOFFICE/DocSpace-Client.git ${SRC_PATH}/client && \ +RUN git clone -b develop https://github.com/ONLYOFFICE/DocSpace-buildtools.git ${SRC_PATH}/buildtools && \ + git clone --recurse-submodules -b develop https://github.com/ONLYOFFICE/DocSpace-Server.git ${SRC_PATH}/server && \ + git clone -b develop https://github.com/ONLYOFFICE/DocSpace-Client.git ${SRC_PATH}/client && \ git clone -b "master" --depth 1 https://github.com/ONLYOFFICE/docspace-plugins.git ${SRC_PATH}/plugins && \ git clone -b "master" --depth 1 https://github.com/ONLYOFFICE/ASC.Web.Campaigns.git ${SRC_PATH}/campaigns