Skip to content

Commit 494604a

Browse files
committed
Add netcat to cirrus dependencies
Signed-off-by: Jan Dubois <[email protected]>
1 parent ad45119 commit 494604a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ task:
2929
- cat /proc/cpuinfo
3030
install_deps_script:
3131
- apt-get update
32-
- apt-get install -y --no-install-recommends ca-certificates curl git golang openssh-client make ovmf sudo qemu-system-x86 qemu-utils
32+
- apt-get install -y --no-install-recommends ca-certificates curl git golang openssh-client make netcat ovmf sudo qemu-system-x86 qemu-utils
3333
go_cache:
3434
fingerprint_script: uname -s ; cat go.sum
3535
folder: $GOPATH/pkg/mod

0 commit comments

Comments
 (0)