Skip to content

Commit

Permalink
Support aws eks ... (#3848)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter Steyn authored and ajordens committed Jul 8, 2019
1 parent 8b941c7 commit d630962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN wget https://amazon-eks.s3-us-west-2.amazonaws.com/1.11.5/2018-12-06/bin/lin
ln -sf /usr/local/bin/aws-iam-authenticator /usr/local/bin/heptio-authenticator-aws

RUN apk -v --update add py-pip && \
pip install --upgrade awscli==1.14.5 s3cmd==2.0.1 python-magic && \
pip install --upgrade awscli==1.16.145 s3cmd==2.0.1 python-magic && \
apk -v --purge del py-pip && \
rm /var/cache/apk/*

Expand Down

0 comments on commit d630962

Please sign in to comment.