Fix Docker image building misconceptions 07/63307/1
authorPiotr Bochenski <piotr.bochenski@nokia.com>
Tue, 28 Aug 2018 16:59:06 +0000 (18:59 +0200)
committerPiotr Bochenski <piotr.bochenski@nokia.com>
Tue, 28 Aug 2018 17:03:24 +0000 (19:03 +0200)
commit6760926586a2205cb6614d53144c424e3e06a92c
tree61bd262d5880b3293e971b964164bf74fc3f7884
parent4ecf5ae18225d7792c337a42f1b57fbb599beda2
Fix Docker image building misconceptions

1. Required packages can be installed in single apt-get run.
2. vim package is not necessary since there is vi already included in base
image.
3. cmd was changed to entryPoint which breaks the ability to run image with
different command as staring point (cmd is passed as an argument to
entrypoint). Revert this change.

Change-Id: I47e128a5702200efe7c51724d5f7c07acd8f21f9
Issue-ID: DCAEGEN2-736
Signed-off-by: Piotr Bochenski <piotr.bochenski@nokia.com>
pom.xml