Install latest tini from RPM

This commit is contained in:
Shane McDonald 2019-06-03 16:03:51 -04:00
parent 1829017ad4
commit ef22986aa0
2 changed files with 2 additions and 3 deletions

View File

@ -73,8 +73,7 @@ RUN yum -y install acl \
xorg-x11-utils \
yum-utils
ADD https://github.com/krallin/tini/releases/download/v0.14.0/tini /tini
RUN chmod +x /tini
RUN yum install -y https://github.com/krallin/tini/releases/download/v0.18.0/tini_0.18.0.rpm
RUN /usr/bin/ssh-keygen -q -t rsa -N "" -f /root/.ssh/id_rsa
RUN mkdir -p /data/db

View File

@ -5,4 +5,4 @@ set +x
cd /awx_devel
# Start the services
exec /tini -- make supervisor
exec tini -- make supervisor