Merge pull request #9407 from influxdata/js-autoconf-in-circle-build

Install autoconf in the circle build for fpm
pull/9405/head
Jonathan A. Sternberg 2018-02-06 13:04:00 -06:00 committed by GitHub
commit 878fcf2782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
ruby \
ruby-dev \
rubygems \
autoconf \
libtool \
build-essential \
rpm \
zip \

View File

@ -9,6 +9,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
make \
ruby \
ruby-dev \
autoconf \
libtool \
build-essential \
rpm \
zip \

View File

@ -9,6 +9,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
make \
ruby \
ruby-dev \
autoconf \
libtool \
build-essential \
rpm \
zip \