We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a26f5 commit 5f9cc77Copy full SHA for 5f9cc77
Dockerfile
@@ -1,12 +1,12 @@
1
-FROM alpine:3.6
+FROM alpine:3.10
2
RUN apk -v --update add \
3
python \
4
py-pip \
5
groff \
6
less \
7
mailcap \
8
&& \
9
- pip install --upgrade awscli==1.14.5 s3cmd==2.0.1 python-magic && \
+ pip install --upgrade awscli==1.16.258 s3cmd==2.0.2 python-magic && \
10
apk -v --purge del py-pip && \
11
rm /var/cache/apk/*
12
VOLUME /root/.aws
aws.sh
@@ -13,5 +13,5 @@ docker run --rm \
13
-e "AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}" \
14
-e "AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION}" \
15
-v "$(pwd):/project" \
16
- mesosphere/aws-cli \
+ rafaelfers/aws-cli \
17
"$@"
0 commit comments