diff options
author | Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com> | 2018-06-14 14:23:56 -0400 |
---|---|---|
committer | Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com> | 2018-06-14 14:24:35 -0400 |
commit | d796b330396d9a819220b2a2c0499cca58a2a338 (patch) | |
tree | a2f0dcbdf9d74349f90ca588e0bdeb50100a6365 /Dockerfile | |
parent | c41a62d5c57ff2e6a494e0f0169b6f439de74ae5 (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-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |