Skip to content

Commit 0c4106e

Browse files
Install sudo in test scripts
1 parent 55ba79a commit 0c4106e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/node/node-20.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
set -e
44

5+
apt-get update
6+
apt-get install --no-install-recommends --yes sudo
7+
58
# Optional: Import test library bundled with the devcontainer CLI
69
# shellcheck source=/dev/null
710
source dev-container-features-test-lib

test/node/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
set -e
44

5+
apt-get update
6+
apt-get install --no-install-recommends --yes sudo
7+
58
# Optional: Import test library bundled with the devcontainer CLI
69
# shellcheck source=/dev/null
710
source dev-container-features-test-lib

0 commit comments

Comments
 (0)