Sha256: 068e8f936b9e5ec1ff53674999938dcb713f9ca984978c22aff32233252eee93

Contents?: true

Size: 362 Bytes

Versions: 7

Compression:

Stored size: 362 Bytes

Contents

FROM alpine:3.5
ENV AWSCLI_VERSION "1.11.80"
RUN apk -v --update add \
        python \
        py-pip \
        groff \
        less \
        mailcap \
        bash \
        && \
    pip install --upgrade awscli==${AWSCLI_VERSION} && \
    apk -v --purge del py-pip && \
    rm /var/cache/apk/*
VOLUME /root/.aws
VOLUME /project
WORKDIR /project
CMD ["bash"]

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
etude_for_aws-0.7.10 Dockerfile
etude_for_aws-0.7.9 Dockerfile
etude_for_aws-0.7.8 Dockerfile
etude_for_aws-0.7.7 Dockerfile
etude_for_aws-0.7.6 Dockerfile
etude_for_aws-0.7.5 Dockerfile
etude_for_aws-0.7.4 Dockerfile