added readme and fixed some builds

This commit is contained in:
Chris Rose 2016-09-22 14:58:37 +01:00
parent 4c9db8c028
commit 9d61c5b26c
5 changed files with 49 additions and 6 deletions

View file

@ -6,7 +6,7 @@ RUN chmod +x /tini
RUN set -x \
&& yum install -y ruby-devel rubygems gcc make rpmdevtools \
&& gem install fpm \
&& gem install fpm -v 1.4.0 \
&& yum clean all \
&& mkdir /src

View file

@ -6,7 +6,7 @@ RUN chmod +x /tini
RUN set -x \
&& yum install -y ruby-devel rubygems gcc make rpmdevtools \
&& gem install fpm \
&& gem install fpm -v 1.4.0 \
&& yum clean all \
&& mkdir /src