mirror of
https://github.com/gunchev/docker-fpm.git
synced 2025-11-20 12:15:50 +00:00
updated json version for centos images
This commit is contained in:
parent
9d61c5b26c
commit
19df65cbf5
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue