From 89974d96d77e3e06a3f4ffbf7986cb25f39ca1b2 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 6 Feb 2018 11:33:18 -0800 Subject: [PATCH] Install new requirements for fpm gem install --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index 968f28165..8ac0156da 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -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