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", "cockpit",
"python3", "python3",
"rsync", "rsync",
"zip" "zip",
"file",
"coreutils"
], ],
"el": [ "el": [
"cockpit", "cockpit",
"python3", "python3",
"rsync", "rsync",
"zip" "zip",
"file",
"coreutils"
] ]
}, },
"releases": [ "releases": [
@ -61,4 +65,4 @@
"packager": "Josh Boudreau <jboudreau@45drives.com>", "packager": "Josh Boudreau <jboudreau@45drives.com>",
"changes": [] "changes": []
} }
} }