From 986a2713fac1eb631d0decbbc29d6ba409fc9983 Mon Sep 17 00:00:00 2001 From: Masco Skray Date: Sat, 15 Dec 2018 12:56:01 +0800 Subject: [PATCH] chore: set Dockerfile build from new branch name We've just change php7 branch as the master branch, and php5 version turned into legacy. To make docker automated build work correctly, the branch name specify now changed. --- install/bundle/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/bundle/Dockerfile b/install/bundle/Dockerfile index 8746126..70ed5e5 100644 --- a/install/bundle/Dockerfile +++ b/install/bundle/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER MascoSkray #Update apt and install git RUN apt-get update -y && apt-get install -y git #Clone the latest UOJ Community verison to local -RUN cd ~ && git clone https://github.com/UniversalOJ/UOJ-System.git +RUN cd ~ && git clone https://github.com/UniversalOJ/UOJ-System.git --depth 1 -b legacy #Install environment and set startup script RUN cd ~/UOJ-System/install/bundle && bash install.sh -e && echo "\ #!/bin/bash\n\