Install honcho in the docker development container

This commit is contained in:
Matthew Jones 2015-08-10 11:00:27 -04:00
parent 5969c6a380
commit a992881b17

View File

@ -24,6 +24,7 @@ RUN mkdir -p /etc/tower
RUN mkdir -p /data/db
ADD license /etc/awx/license
ADD license /etc/tower/license
RUN pip2 install honcho
RUN /etc/init.d/postgresql start; cd /tower ; make migrate ; make init ; /etc/init.d/postgresql stop
ADD start_everything.sh /start_everything.sh
ADD start_development.sh /start_development.sh