Remove the dumb-init deb that gets left behind in the container image

This commit is contained in:
Matthew Jones 2016-05-03 11:34:41 -04:00
parent 062ace975c
commit 93b0054190

View File

@ -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