This commit is contained in:
2025-12-01 16:58:11 +01:00
parent 76b7ce0751
commit 0c5202f7bf

View File

@@ -12,7 +12,7 @@ steps:
image: alpine:latest
commands:
- apk update
- apk add --no-cache bash build-base gdb pkgconfig meson ninja perl ind-tools
- apk add --no-cache bash build-base gdb pkgconfig meson ninja perl bind-tools
- meson setup --reconfigure build
- ninja -C build
- build/udpxd -l 127.0.0.1:53 -t 8.8.8.8:53 &