Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

Commit

Permalink
Docker: reduce ROOT git clone size
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondEhlers committed Dec 15, 2018
1 parent 358fed1 commit 5d9a63a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ ENV CMAKE_BUILD_TYPE ${ROOT_CMAKE_BUILD_TYPE:-"MINSIZEREL"}
# Install ROOT
RUN mkdir -p ${SCRATCH}/root && cd ${SCRATCH}/root \
&& chmod +x ${SCRATCH}/buildScripts/buildRoot.sh \
&& git clone https://github.com/root-project/root.git src \
&& cd src && git checkout tags/v6-10-08 && cd .. \
&& git clone --depth 1 --bracnh v6-10-08 https://github.com/root-project/root.git src \
&& mkdir build && cd build \
&& ${SCRATCH}/buildScripts/buildRoot.sh ../src /opt/root \
&& make -j2 install \
Expand Down

0 comments on commit 5d9a63a

Please sign in to comment.