From 6760926586a2205cb6614d53144c424e3e06a92c Mon Sep 17 00:00:00 2001 From: Piotr Bochenski Date: Tue, 28 Aug 2018 18:59:06 +0200 Subject: 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 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 56133e34..760d1315 100644 --- a/pom.xml +++ b/pom.xml @@ -196,16 +196,16 @@ limitations under the License. - chmod +x bin/*.sh - + chmod +x bin/*.sh + chmod 0644 etc/logrotate.conf 8080 8443 - bin/docker-entry.sh + bin/docker-entry.sh -- cgit 1.2.3-korg