Skip to content

Commit

Permalink
Merge pull request #132 from joeyparrish/install-python2
Browse files Browse the repository at this point in the history
Add python2 to base image
  • Loading branch information
myoung34 authored Aug 4, 2021
2 parents 69daab6 + 30ff3b9 commit 0082468
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN apt-get update && \
openssh-client \
locales \
python3-pip \
python2 \
dumb-init \
&& pip3 install --no-cache-dir awscliv2 \
&& locale-gen en_US.UTF-8 \
Expand Down

0 comments on commit 0082468

Please sign in to comment.