[POLICY-26] add prereq software
[policy/docker.git] / policy-os / Dockerfile
index 8ae51d9..92fd057 100644 (file)
@@ -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 && \