crictl can import images but slow
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM --platform=$BUILDPLATFORM debian:bookworm-slim AS kernel-build
|
||||
FROM --platform=$BUILDPLATFORM debian:trixie-slim AS kernel-build
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
@@ -10,11 +10,14 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
bison \
|
||||
build-essential \
|
||||
cpio \
|
||||
ca-certificates \
|
||||
curl \
|
||||
dosfstools \
|
||||
file \
|
||||
fdisk \
|
||||
fuse-overlayfs \
|
||||
gdisk \
|
||||
e2fsprogs \
|
||||
flex \
|
||||
git \
|
||||
gettext-base \
|
||||
@@ -27,6 +30,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
perl \
|
||||
python3 \
|
||||
qemu-user-static \
|
||||
podman \
|
||||
skopeo \
|
||||
rsync \
|
||||
tar \
|
||||
udev \
|
||||
|
||||
Reference in New Issue
Block a user