Skip to content

Commit b860bd6

Browse files
committed
add docker to example stage
1 parent 04a7e12 commit b860bd6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build-pi-image.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ jobs:
2626
{
2727
cat > test-stage/package-test/00-run-chroot.sh <<-EOF
2828
#!/bin/bash
29-
apt-get install -y curl
30-
curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
29+
apt-get install -y docker.io
3130
EOF
3231
} &&
3332
chmod +x test-stage/package-test/00-run-chroot.sh &&
34-
echo "nodejs" > test-stage/package-test/01-packages &&
33+
echo "docker.io" > test-stage/package-test/01-packages &&
3534
{
3635
cat > test-stage/prerun.sh <<-EOF
3736
#!/bin/bash -e

0 commit comments

Comments
 (0)