Skip to content

Commit

Permalink
change build script to use BSD tar
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-wharton committed May 7, 2017
1 parent c3085b4 commit f6534c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meteorproto/bin/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ set -e

echo "Installing build and network/application debug dependencies"
apt-get update -y
apt-get install -y curl bzip2 build-essential python git wget inetutils-ping netcat
apt-get install -y curl bzip2 build-essential python git wget inetutils-ping netcat bsdtar
export tar='bsdtar'

#echo "Installing application dependencies"
## TODO lock these dependencies to specific versions so we get more repeatable builds
Expand Down

0 comments on commit f6534c7

Please sign in to comment.