Remove zfsutils-linux from Dockerfile, bind-mount host ZFS tools

zfsutils-linux is not available in Debian Trixie. Instead, bind-mount
the host zpool/zfs binaries and shared libraries at runtime.
This commit is contained in:
2026-03-07 03:05:41 +00:00
parent 7beead8cae
commit 05448e7903
2 changed files with 6 additions and 1 deletions

View File

@@ -15,7 +15,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
sg3-utils \
lsscsi \
util-linux \
zfsutils-linux \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app