mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
Merge pull request #70 from jpetazzo/add-less-to-aws-because-we-love-to-rtfm
Add less to the awscli image
This commit is contained in:
@@ -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/* \
|
||||
|
||||
Reference in New Issue
Block a user