Files
linuxkit/alpine/base/alpine-aws/Dockerfile
Justin Cormack 07126f490b Add a base image for building AMIs
Faster and more repeatable. As the Alpine edge package is not
working, use pip.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-11-01 13:26:44 +00:00

15 lines
193 B
Docker

FROM alpine:3.4
RUN \
apk update && apk upgrade && \
apk add --no-cache \
curl \
e2fsprogs \
jq \
python \
py-pip \
syslinux \
&& true
RUN pip install -U awscli