Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Updating awscli and s3cmd #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAINTAINER [email protected]

RUN apk --no-cache --update add bash curl less groff jq python py-pip && \
pip install --no-cache-dir --upgrade pip && \
pip install --no-cache-dir awscli==1.11.167 s3cmd==2.0.0 https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-1.4-24.tar.gz && \
pip install --no-cache-dir awscli==1.16.18 s3cmd==2.0.2 https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-1.4-24.tar.gz && \
mkdir /root/.aws && \
aws --version && \
s3cmd --version
Expand Down