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
parent
9aeae7ce82
commit
20e20f596f
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue