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.
This commit is contained in:
Masco Skray 2018-12-15 12:56:01 +08:00
parent 64b7f9296e
commit 986a2713fa

View File

@ -4,7 +4,7 @@ MAINTAINER MascoSkray <MascoSkray@gmail.com>
#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\