diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-06-19 23:02:43 -0500 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2017-06-19 23:02:43 -0500 |
commit | dc8bdd52bb796ae08b8a24d95632e95ccb325a2d (patch) | |
tree | 5801f6dc5a9216809f1ddbc37ad1239742932a41 /policy-os | |
parent | a5d96a9e8ec3f407799948f7be920c2b9c2e7b4b (diff) |
[POLICY-26] add prereq software
Added software necessary to use CLI.
The software installed provides useful software across policy
containers.
Change-Id: I53e300c4b55103df89dc3a202d59bc5cf2d43629
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'policy-os')
-rw-r--r-- | policy-os/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/policy-os/Dockerfile b/policy-os/Dockerfile index 8ae51d98..92fd0577 100644 --- a/policy-os/Dockerfile +++ b/policy-os/Dockerfile @@ -5,6 +5,8 @@ RUN \ apt-get update && \ apt-get install -y zip unzip curl wget ssh telnet maven && \ apt-get install -y software-properties-common && \ + apt-get install -y jq httpie && \ + apt-get install -y python-pip && \ add-apt-repository ppa:openjdk-r/ppa && \ apt-get clean && \ apt-get update && \ |