diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index 98e5d30..fdef8d2 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Srikalyan Swayampakula # Note: Install libltdl-dev so that docker binary from host can base used in the image RUN export DEBIAN_FRONTEND=noninteractive && \ apt-get update && \ - apt-get install -y jq libltdl-dev python-pip wget && \ + apt-get install -y jq libltdl-dev python-pip wget curl && \ pip install -U pip && \ pip install awscli