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