From 8c166ee20086cbb92a5ed662b7c2c315cf3315f3 Mon Sep 17 00:00:00 2001 From: Srikalyan Swayampakula Date: Wed, 7 Aug 2019 21:09:41 -0700 Subject: [PATCH] Added missing curl package to Dockerfile. --- ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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