Skip to content

Commit

Permalink
Moved the base docker version to bionic and python to python3.
Browse files Browse the repository at this point in the history
  • Loading branch information
srikalyan committed Aug 8, 2019
1 parent 8d83b56 commit 909b41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ 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 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 /
Expand Down

0 comments on commit 909b41a

Please sign in to comment.