summaryrefslogtreecommitdiffstats
path: root/tca-cdap-container/Dockerfile
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-05-10 23:54:18 -0400
committerLusheng Ji <lji@research.att.com>2018-05-10 23:56:08 -0400
commit1dd7a994e8fbe1c9c00f5f15b986e033587c66d5 (patch)
treeb05c497639caaa7cdd7cb597095f9ef460ce646a /tca-cdap-container/Dockerfile
parent0a48eea0389b32ba0a622d01a6acdd4e660cff72 (diff)
Fix config format backwards compatibility
Issue-ID: DCAEGEN2-501 Change-Id: I8638518c7e72547d6fc4262f4e815dede9b9fb78 Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'tca-cdap-container/Dockerfile')
-rw-r--r--tca-cdap-container/Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tca-cdap-container/Dockerfile b/tca-cdap-container/Dockerfile
index 158c95a..5cd1267 100644
--- a/tca-cdap-container/Dockerfile
+++ b/tca-cdap-container/Dockerfile
@@ -16,8 +16,7 @@
FROM caskdata/cdap-standalone:4.1.2
-RUN apt-get update
-RUN apt-get install -y netcat jq wget vim iputils-ping
+RUN apt-get update && apt-get install -y netcat jq iputils-ping wget vim
COPY get-tca.sh /opt/tca/get-tca.sh
RUN /opt/tca/get-tca.sh
COPY tca_app_config.json /opt/tca/tca_app_config.json