We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f108f commit 11023e5Copy full SHA for 11023e5
2 files changed
README.rst
@@ -57,6 +57,7 @@ Requirements
57
#. jq
58
#. git
59
#. realpath
60
+#. file
61
#. sudo (the script itself calls it, running as root without sudo won't work)
62
#. p7zip-full
63
#. Python 3.2+
src/Dockerfile
@@ -14,6 +14,7 @@ RUN set -x \
14
qemu \
15
qemu-user-static/bullseye-backports \
16
sudo \
17
+ file \
18
fdisk \
19
jq \
20
zip \
0 commit comments