Add curl to base

We need this to self host if you specify a custom version of Docker.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-09-16 12:54:03 +01:00
parent a911d46cd6
commit a81485c79f
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM mobylinux/alpine-base:be37f68d6da073bab6b0d82ff3669ee0ae41aac8
FROM mobylinux/alpine-base:1b684f4d3178e95649fbc3ecbca28834048fd3eb
ENV ARCH=x86_64

View File

@ -10,6 +10,7 @@ RUN \
busybox-initscripts \
chrony \
cifs-utils \
curl \
e2fsprogs \
e2fsprogs-extra \
fuse \