From 65429cebaed5e18933934bea20376ff720dbde53 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 18 May 2021 12:25:19 +0200 Subject: [PATCH] docker: Add ntfs-3g to the package list This will make `mkfs.ntfs` available in the next image update, so then it can be used in the tests. Signed-off-by: Anatol Belski --- resources/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/Dockerfile b/resources/Dockerfile index 3af9ce227..57c71106b 100644 --- a/resources/Dockerfile +++ b/resources/Dockerfile @@ -38,6 +38,7 @@ RUN apt-get update \ dosfstools \ cpio \ python3-setuptools \ + ntfs-3g \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*