We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a7e12 commit b860bd6Copy full SHA for b860bd6
1 file changed
.github/workflows/build-pi-image.yml
@@ -26,12 +26,11 @@ jobs:
26
{
27
cat > test-stage/package-test/00-run-chroot.sh <<-EOF
28
#!/bin/bash
29
- apt-get install -y curl
30
- curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
+ apt-get install -y docker.io
31
EOF
32
} &&
33
chmod +x test-stage/package-test/00-run-chroot.sh &&
34
- echo "nodejs" > test-stage/package-test/01-packages &&
+ echo "docker.io" > test-stage/package-test/01-packages &&
35
36
cat > test-stage/prerun.sh <<-EOF
37
#!/bin/bash -e
0 commit comments