Run apt-get update in release.sh
This commit is contained in:
parent
4b53fee5ac
commit
3f5892d91b
|
@ -20,6 +20,7 @@ run gzip telegraf -c > "$ARTIFACT_DIR/telegraf.gz"
|
||||||
|
|
||||||
# RPM is used to build packages for Enterprise Linux hosts.
|
# RPM is used to build packages for Enterprise Linux hosts.
|
||||||
# Boto is used to upload packages to S3.
|
# Boto is used to upload packages to S3.
|
||||||
|
run sudo apt-get update
|
||||||
run sudo apt-get install -y rpm python-boto ruby ruby-dev autoconf libtool
|
run sudo apt-get install -y rpm python-boto ruby ruby-dev autoconf libtool
|
||||||
run sudo gem install fpm
|
run sudo gem install fpm
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue