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 <anbelski@linux.microsoft.com>
This commit is contained in:
Anatol Belski 2021-05-18 12:25:19 +02:00 committed by Rob Bradford
parent 4449b0d3c2
commit 65429cebae

View File

@ -38,6 +38,7 @@ RUN apt-get update \
dosfstools \
cpio \
python3-setuptools \
ntfs-3g \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*