fix file editing: add "file" and "coreutils" deps

installing the cockpit-navigator package on a minimal system does not install "file" 
when trying to open a text file for editing an uncought promise is being caused by:
https://github.com/45Drives/cockpit-navigator/blob/main/navigator/components/NavFile.js#L92
This commit is contained in:
fmsy 2022-04-02 22:59:11 +02:00 committed by GitHub
parent a285fde2e0
commit 994c137846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,13 +26,17 @@
"cockpit",
"python3",
"rsync",
"zip"
"zip",
"file",
"coreutils"
],
"el": [
"cockpit",
"python3",
"rsync",
"zip"
"zip",
"file",
"coreutils"
]
},
"releases": [