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 55ba79a commit 0c4106eCopy full SHA for 0c4106e
test/node/node-20.sh
@@ -2,6 +2,9 @@
2
3
set -e
4
5
+apt-get update
6
+apt-get install --no-install-recommends --yes sudo
7
+
8
# Optional: Import test library bundled with the devcontainer CLI
9
# shellcheck source=/dev/null
10
source dev-container-features-test-lib
test/node/test.sh
0 commit comments