Remove environment setup from listener dockerfile 99/1599/1
authorE. Scott Daniels <daniels@research.att.com>
Thu, 14 Nov 2019 14:35:10 +0000 (09:35 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Thu, 14 Nov 2019 14:35:10 +0000 (09:35 -0500)
commit6e17d942d080f0c8849b0b86741bdaf2ecd5e0fe
treec736707fe0b3989287a6561f9bb180610c4aec77
parent1263ce3959bccb268fc4a22c57937166e03f8009
Remove environment setup from listener dockerfile

The dockerfile for the lisener image now uses a project
image which includes the necessary NNG and RMR libraries
and thus does not need to build them.  The invocation of
the build script to create these libraries was not remvoed
from the docker file when the project image was added.

This change removes the copy and execution of the script
from the dockerfile.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I15735813d37debc014657a358aa2b2fad319da49
sidecars/listener/Dockerfile