diff options
Diffstat (limited to 'tca-cdap-container/Dockerfile')
-rw-r--r-- | tca-cdap-container/Dockerfile | 3 |
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 |