Enabled Docker build verbose for troubleshooting
[sdc/sdc-workflow-designer.git] / workflow-designer-init / src / main / docker / Dockerfile
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 .