mirror of
https://github.com/ansible/awx.git
synced 2026-02-04 11:08:13 -03:30
Install latest tini from RPM
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user