mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-03 10:50:42 +02:00
Add less to the awscli image
This commit is contained in:
parent
231d232006
commit
d963b1084b
@ -4,6 +4,7 @@ MAINTAINER Jessica Frazelle <jess@docker.com>
|
|||||||
RUN apk update && apk add \
|
RUN apk update && apk add \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
groff \
|
groff \
|
||||||
|
less \
|
||||||
python \
|
python \
|
||||||
py-pip \
|
py-pip \
|
||||||
&& rm -rf /var/cache/apk/* \
|
&& rm -rf /var/cache/apk/* \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user