Skip to content

Commit

Permalink
Make getting the CTB distribution when building the docker image quieter
Browse files Browse the repository at this point in the history
  • Loading branch information
Homme Zwaagstra committed Jan 30, 2015
1 parent a486247 commit 6b04f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install-ctb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ checkout=`cat /tmp/ctb-checkout.txt`

# Get CTB from github
cd /tmp/ && \
wget "https://github.com/geo-data/cesium-terrain-builder/archive/${checkout}.tar.gz" && \
wget --no-verbose "https://github.com/geo-data/cesium-terrain-builder/archive/${checkout}.tar.gz" && \
tar -xzf "${checkout}.tar.gz" && \
cd "cesium-terrain-builder-${checkout}" && \
mkdir build && \
Expand Down

0 comments on commit 6b04f58

Please sign in to comment.