use https and get only latest commit with git clone

This commit is contained in:
Wonderfall
2016-06-30 13:15:04 +02:00
parent ab7b7e40e4
commit 9cb7d4404e
13 changed files with 34 additions and 35 deletions

View File

@ -18,7 +18,7 @@ RUN BUILD_DEPS=" \
libstdc++ \
curl \
&& cd /tmp \
&& git clone https://github.com/BOINC/boinc.git \
&& git clone https://github.com/BOINC/boinc.git --depth=1 \
&& cd boinc \
&& ./_autosetup \
&& ./configure --disable-server --enable-client CXXFLAGS="-O3 " \