2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-06-23 13:52:26 +00:00

d2vm: remove kpartx dependency, use parted instead of fdisk

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2022-04-24 16:48:21 +02:00
parent 085e57a07a
commit 13d913db38
2 changed files with 7 additions and 24 deletions

View File

@ -16,13 +16,11 @@ FROM ubuntu
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
util-linux \
kpartx \
parted \
e2fsprogs \
xfsprogs \
mount \
tar \
extlinux \
uuid-runtime \
qemu-utils
COPY --from=docker:dind /usr/local/bin/docker /usr/local/bin/