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\