diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index f5301f2..45a3cb9 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -4,8 +4,8 @@ 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 curl && \ - pip install -U pip && \ + apt-get install -y jq libltdl-dev python3-pip wget curl && \ + pip3 install -U pip && \ pip install awscli COPY entry.sh /