Enabled Docker build verbose for troubleshooting 56/75156/1
authorvempo <vitaliy.emporopulo@amdocs.com>
Mon, 31 Dec 2018 12:25:16 +0000 (14:25 +0200)
committervempo <vitaliy.emporopulo@amdocs.com>
Mon, 31 Dec 2018 12:25:16 +0000 (14:25 +0200)
Change-Id: I8ec3436936e8491ff11a736fe133ad80f92b06b8
Issue-ID: SDC-2026
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
pom.xml
workflow-designer-init/src/main/docker/Dockerfile

diff --git a/pom.xml b/pom.xml
index c7a605b..41b9d4b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
                     <artifactId>docker-maven-plugin</artifactId>
                     <version>0.28.0</version>
                     <configuration>
-                        <verbose>false</verbose>
+                        <verbose>true</verbose>
                         <registry>${nexus.registry}</registry>
                         <authConfig>
                             <pull>
index 1c46d95..75e7efd 100644 (file)
@@ -1,7 +1,6 @@
 FROM alpine:3.7
 
-RUN apk add --no-cache 'python<3' py-pip
-RUN pip install cqlsh==4.0.1
+RUN apk add --no-cache 'python<3' py-pip && pip install cqlsh==4.0.1
 
 COPY create_workflow_db.cql .
 COPY start.sh .