Install autoconf in the circle build for fpm

Upstream must have changed and now autoconf isn't installed as an
implicit dependency of one of the packages anymore. Install is
explicitly so the fpm portion of the circle build works correctly.
pull/9407/head
Jonathan A. Sternberg 2018-02-06 11:53:34 -06:00
parent 9aeae7ce82
commit 20e20f596f
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 \