Sign inSign up

helioncf/alpine-awscli

By helioncf

Updated about 10 years ago

Image
0

501

helioncf/alpine-awscli repository overview

FROM alpine:3.3
RUN apk --update add bash groff jq less python py-pip tree zip unzip && \
     pip install awscli && \
     apk --purge -v del py-pip && \
     rm -rf /var/cache/apk/*

Tag summary

Content type

Image

Digest

Size

26.5 MB

Last updated

about 10 years ago

docker pull helioncf/alpine-awscli