Skip to content

Commit

Permalink
Install new requirements for fpm gem install
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Feb 6, 2018
1 parent 0289240 commit d467a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ run gzip telegraf -c > "$ARTIFACT_DIR/telegraf.gz"

# RPM is used to build packages for Enterprise Linux hosts.
# Boto is used to upload packages to S3.
run sudo apt-get install -y rpm python-boto ruby ruby-dev
run sudo apt-get install -y rpm python-boto ruby ruby-dev autoconf libtool
run sudo gem install fpm

if git describe --exact-match HEAD 2>&1 >/dev/null; then
Expand Down

0 comments on commit d467a20

Please sign in to comment.