mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 21:07:39 -02:30
Install latest tini from RPM
This commit is contained in:
@@ -73,8 +73,7 @@ RUN yum -y install acl \
|
|||||||
xorg-x11-utils \
|
xorg-x11-utils \
|
||||||
yum-utils
|
yum-utils
|
||||||
|
|
||||||
ADD https://github.com/krallin/tini/releases/download/v0.14.0/tini /tini
|
RUN yum install -y https://github.com/krallin/tini/releases/download/v0.18.0/tini_0.18.0.rpm
|
||||||
RUN chmod +x /tini
|
|
||||||
|
|
||||||
RUN /usr/bin/ssh-keygen -q -t rsa -N "" -f /root/.ssh/id_rsa
|
RUN /usr/bin/ssh-keygen -q -t rsa -N "" -f /root/.ssh/id_rsa
|
||||||
RUN mkdir -p /data/db
|
RUN mkdir -p /data/db
|
||||||
|
|||||||
@@ -5,4 +5,4 @@ set +x
|
|||||||
|
|
||||||
cd /awx_devel
|
cd /awx_devel
|
||||||
# Start the services
|
# Start the services
|
||||||
exec /tini -- make supervisor
|
exec tini -- make supervisor
|
||||||
|
|||||||
Reference in New Issue
Block a user