Move pip installs from Dockerfile
authorTimoney, Dan (dt5972) <dt5972@att.com>
Thu, 26 Apr 2018 15:06:30 +0000 (11:06 -0400)
committerTimoney, Dan (dt5972) <dt5972@att.com>
Thu, 26 Apr 2018 15:28:34 +0000 (11:28 -0400)
commit3c48ffbeda720569fbfb8fac3e5db1cd0551474b
tree0c5eddde3cbfbfa9eb6efdaef0ff58c240b65a51
parentae04d56b7000554b1189a7b4bad0db24d1af315a
Move pip installs from Dockerfile

Pip install seems to fail in Dockerfile.  Instead, move pip installs to
a startup script so that they can be done on initial container startup.

Change-Id: I3125307d5f9bfc980d8f9ed0bba108a5536548fd
Issue-ID: SDNC-288
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
installation/ansible-server/src/main/docker/Dockerfile
installation/ansible-server/src/main/scripts/startAnsibleServer.sh [new file with mode: 0644]