From dc8bdd52bb796ae08b8a24d95632e95ccb325a2d Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Mon, 19 Jun 2017 23:02:43 -0500 Subject: [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 --- policy-os/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'policy-os') 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 && \ -- cgit