mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
use https and get only latest commit with git clone
This commit is contained in:
@ -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 " \
|
||||
|
Reference in New Issue
Block a user