We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4c3ac commit f98e837Copy full SHA for f98e837
1 file changed
devcontainer/install-builddeps.sh
@@ -25,6 +25,9 @@ DEPS=(
25
# Editors
26
/usr/bin/{emacs,vim}
27
28
+ # Tooling dependencies
29
+ /usr/bin/node
30
+
31
# Necessary for getting Python build dependencies
32
'dnf5-command(builddep)'
33
0 commit comments