Fix ffi version for older distros where ruby<2.3

This commit is contained in:
Jonathan Curran 2020-06-02 10:57:53 -06:00
commit 00c0c90463

View file

@ -66,7 +66,7 @@ RUN zypper --non-interactive --gpg-auto-import-keys -n install \
RUN pip install awscli
RUN gem install fpm && ln -s /usr/lib64/ruby/gems/2.1.0/gems/fpm-1.11.0/bin/fpm /bin/fpm
RUN gem install ffi:1.12.2 fpm && ln -s /usr/lib64/ruby/gems/2.1.0/gems/fpm-1.11.0/bin/fpm /bin/fpm
RUN chmod 0777 /opt