Files
linuxkit/base/alpine-aws/Dockerfile
Justin Cormack f8e0a3d61c Move base images directory to top level
These are standalone, better to have them at the top.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-01-24 18:55:23 +00:00

14 lines
182 B
Docker

FROM alpine:3.5
RUN \
apk update && apk upgrade && \
apk add --no-cache \
curl \
e2fsprogs \
jq \
python3 \
syslinux \
&& true
RUN pip3 install -U awscli