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

@ -5,9 +5,9 @@ ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN chmod +x /tini
RUN set -x \
&& dnf install -y ruby-devel gcc make rpmdevtools \
&& yum install -y ruby-devel gcc make rpmdevtools \
&& gem install fpm \
&& dnf clean all \
&& yum clean all \
&& mkdir /src
WORKDIR /src/