Move pip installs from Dockerfile 93/44893/2
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)
commit2f18d9c25806664e2910b39b792204b4d6f1b504
tree0c5eddde3cbfbfa9eb6efdaef0ff58c240b65a51
parentee065f09ddf9ebab302cfd268162d56c68ef8b2d
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>
Former-commit-id: 3c48ffbeda720569fbfb8fac3e5db1cd0551474b
installation/ansible-server/src/main/docker/Dockerfile
installation/ansible-server/src/main/scripts/startAnsibleServer.sh [new file with mode: 0644]