Skip to content

Commit

Permalink
Added missing curl package to Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
srikalyan committed Aug 8, 2019
1 parent 01f3428 commit 8c166ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Srikalyan Swayampakula <[email protected]>
# 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

Expand Down

0 comments on commit 8c166ee

Please sign in to comment.