CentOS7にRuby 1.8.7 をインストールする(opensslなし) - Qiita
Dockerfile FROM centos:7 ENV BUILDROOT="/root/rpmbuild" RUN yum install -y -q gcc make bzip2 file which && yum clean all # fpm ------...