Skip to content

Commit

Permalink
Base/0.6.4 (#456)
Browse files Browse the repository at this point in the history
* Trigger Build

* Downgrade base image to alpine 3.12

* Revert previous and install python2
  • Loading branch information
blakelead committed May 25, 2021
1 parent 1cbcb58 commit 33de3a5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ RUN sudo apk update && \
sudo apk add bash curl ca-certificates unzip git expect tini apache2-utils bison flex gettext

# aws-cli
RUN sudo apk add --update --no-cache add groff less python3 py3-pip python3-dev build-base && \
sudo ln -sf python3 /usr/bin/python && \
python3 -m ensurepip && \
sudo pip3 install --no-cache --upgrade pip awscli==$AWSCLI_VERSION && \
RUN sudo apk -Uuv add groff less python2 python2-dev py-pip build-base && \
sudo pip install awscli==$AWSCLI_VERSION && \
sudo apk --purge -v del py-pip && \
sudo rm -rf /var/cache/apk/*

# aws-iam-authenticator
Expand Down

0 comments on commit 33de3a5

Please sign in to comment.