diff --git a/Dockerfile b/Dockerfile index 9dbced3..1d483c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN apt-get update && \ python3 \ python3-pip \ docker.io \ + btrfs-progs \ ca-certificates curl && \ rm -rf /var/lib/apt/lists/*