aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorNelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>2018-06-14 14:23:56 -0400
committerNelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>2018-06-14 14:24:35 -0400
commitd796b330396d9a819220b2a2c0499cca58a2a338 (patch)
treea2f0dcbdf9d74349f90ca588e0bdeb50100a6365 /Dockerfile
parentc41a62d5c57ff2e6a494e0f0169b6f439de74ae5 (diff)
Added some tools to Docker file build.
Change-Id: I6d2f1b22047291886f824ecf033d103d0d0aa81f Issue-ID: MUSIC-77 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 9e04ffa..55e7d08 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,6 +10,7 @@ RUN apt-get update && \
apt-get install -y oracle-java8-installer && \
apt-get install -y python && \
apt-get install -y python-pip && \
+ apt-get install -y ssh jq curl && \
apt-get clean
#for promoverride script