mirror of
https://github.com/ansible/awx.git
synced 2026-01-31 17:18:59 -03:30
Remove the dumb-init deb that gets left behind in the container image
This commit is contained in:
@@ -20,6 +20,7 @@ ADD license /etc/tower/license
|
||||
RUN pip2 install honcho
|
||||
RUN wget https://github.com/Yelp/dumb-init/releases/download/v1.0.1/dumb-init_1.0.1_amd64.deb
|
||||
RUN dpkg -i dumb-init_*.deb
|
||||
RUN rm -rf /dumb-init_*.deb
|
||||
ADD ansible-tower.egg-link /tmp/ansible-tower.egg-link
|
||||
ADD tower-manage /usr/local/bin/tower-manage
|
||||
ADD ansible_tower.egg-info /tmp/ansible_tower.egg-info
|
||||
|
||||
Reference in New Issue
Block a user