Skip to content

Commit 11023e5

Browse files
committed
Add file as a dependency due to #194 , should fix #195
1 parent a6f108f commit 11023e5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Requirements
5757
#. jq
5858
#. git
5959
#. realpath
60+
#. file
6061
#. sudo (the script itself calls it, running as root without sudo won't work)
6162
#. p7zip-full
6263
#. Python 3.2+

src/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN set -x \
1414
qemu \
1515
qemu-user-static/bullseye-backports \
1616
sudo \
17+
file \
1718
fdisk \
1819
jq \
1920
zip \

0 commit comments

Comments
 (0)