mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-25 03:34:58 +00:00
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:
parent
a911d46cd6
commit
a81485c79f
@ -1,4 +1,4 @@
|
||||
FROM mobylinux/alpine-base:be37f68d6da073bab6b0d82ff3669ee0ae41aac8
|
||||
FROM mobylinux/alpine-base:1b684f4d3178e95649fbc3ecbca28834048fd3eb
|
||||
|
||||
ENV ARCH=x86_64
|
||||
|
||||
|
@ -10,6 +10,7 @@ RUN \
|
||||
busybox-initscripts \
|
||||
chrony \
|
||||
cifs-utils \
|
||||
curl \
|
||||
e2fsprogs \
|
||||
e2fsprogs-extra \
|
||||
fuse \
|
||||
|
Loading…
Reference in New Issue
Block a user