diff options
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 && \ |