mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-01 17:35:19 +00:00
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:
parent
4449b0d3c2
commit
65429cebae
@ -38,6 +38,7 @@ RUN apt-get update \
|
||||
dosfstools \
|
||||
cpio \
|
||||
python3-setuptools \
|
||||
ntfs-3g \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user