From d963b1084bf493d1148f393fdaa47e1aca8d6ab8 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Wed, 30 Sep 2015 16:47:19 -0700 Subject: [PATCH] Add less to the awscli image --- awscli/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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/* \