updated json version for centos images

This commit is contained in:
Chris Rose 2016-09-22 15:14:28 +01:00
parent 9d61c5b26c
commit 19df65cbf5
2 changed files with 2 additions and 0 deletions

View file

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

View file

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