mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-21 01:28:10 +00:00
use the standard alpine tool to setup disk instead
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
@@ -4,7 +4,9 @@ MAINTAINER Justin Cormack <justin.cormack@unikernel.com>
|
||||
|
||||
COPY repositories /etc/apk/
|
||||
|
||||
RUN apk update && apk upgrade && apk add e2fsprogs docker chrony hdparm
|
||||
RUN apk update && apk upgrade && apk add \
|
||||
e2fsprogs docker chrony \
|
||||
sfdisk lvm2 syslinux
|
||||
|
||||
COPY etc /etc/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user