Add less to the awscli image

This commit is contained in:
Jerome Petazzoni 2015-09-30 16:47:19 -07:00
parent 231d232006
commit d963b1084b

View File

@ -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/* \