1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-09 13:42:46 +02:00

Merge pull request from jpetazzo/add-less-to-aws-because-we-love-to-rtfm

Add less to the awscli image
This commit is contained in:
Jess Frazelle 2015-09-30 17:13:21 -07:00
commit 5d6123742e

@ -4,6 +4,7 @@ MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apk update && apk add \
ca-certificates \
groff \
less \
python \
py-pip \
&& rm -rf /var/cache/apk/* \