libguestfs-tools/Containerfile

9 lines
206 B
Docker

FROM registry.fedoraproject.org/fedora-minimal:39
RUN --mount=type=cache,target=/var/cache \
microdnf install -y \
--setopt=install_weak_deps=0 \
guestfs-tools \
lz4 \
&& :