Skip to content

Commit

Permalink
fix: add missing dependencies for copyright-header on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed May 14, 2018
1 parent 2c17f9c commit d4d639f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/bootstrap-osx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# install/update homebrew dependencies
BREW_DEPS="cmake git kubectl stern rsync ruby watchman"
BREW_DEPS="cmake git kubectl stern rsync ruby watchman icu4c pkg-config"

brew update
brew install ${BREW_DEPS}
Expand All @@ -20,7 +20,7 @@ nvm alias default 9.4

# install/update global packages
npm install -g [email protected]
gem install copyright-header
gem install --no-document copyright-header

# install CircleCI CLI
curl -o /usr/local/bin/circleci https://circle-downloads.s3.amazonaws.com/releases/build_agent_wrapper/circleci
Expand Down

0 comments on commit d4d639f

Please sign in to comment.