mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 13:41:28 -03:30
Install latest tini from RPM
This commit is contained in:
parent
1829017ad4
commit
ef22986aa0
@ -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
|
||||
|
||||
@ -5,4 +5,4 @@ set +x
|
||||
|
||||
cd /awx_devel
|
||||
# Start the services
|
||||
exec /tini -- make supervisor
|
||||
exec tini -- make supervisor
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user