Fix docker build

Pin fpm to last known good version - automatic version
resolution is failing
LT1AB
Ryan Burns 2021-02-03 09:34:11 -08:00
parent b2fb154a0a
commit 29bf14c518
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ RUN set -ex \
&& yum install -y \
make ruby-devel rpm-build rubygems \
&& gem install ffi -v 1.12.2 \
&& gem install --no-ri --no-rdoc fpm
&& gem install --no-ri --no-rdoc fpm -v 1.11.0
# install isce requirements
RUN set -ex \