diff --git a/29/dind/Dockerfile b/29/dind/Dockerfile index a6a1802fb..837ea2b3f 100644 --- a/29/dind/Dockerfile +++ b/29/dind/Dockerfile @@ -17,7 +17,6 @@ RUN set -eux; \ pigz \ shadow-uidmap \ xz \ - zfs \ ; # dind might be used on systems where the nf_tables kernel module isn't available. In that case, diff --git a/Dockerfile-dind.template b/Dockerfile-dind.template index 1767d0bf4..873144424 100644 --- a/Dockerfile-dind.template +++ b/Dockerfile-dind.template @@ -12,7 +12,6 @@ RUN set -eux; \ pigz \ shadow-uidmap \ xz \ - zfs \ ; # dind might be used on systems where the nf_tables kernel module isn't available. In that case,