diff --git a/awscli/Dockerfile b/awscli/Dockerfile index e5f9e31..9559438 100644 --- a/awscli/Dockerfile +++ b/awscli/Dockerfile @@ -4,6 +4,7 @@ MAINTAINER Jessica Frazelle RUN apk update && apk add \ ca-certificates \ groff \ + less \ python \ py-pip \ && rm -rf /var/cache/apk/* \