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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user