fix packages

This commit is contained in:
2025-12-01 17:02:23 +01:00
parent 29c3e68eb4
commit 7f9a672d2e

View File

@@ -21,6 +21,8 @@ steps:
event: [push]
image: alpine:latest
commands:
- apk update
- apk add --no-cache bash bind-tools
- build/udpxd -l 127.0.0.1:53 -t 8.8.8.8:53 &
- dig +nocmd +noall +answer google.de a @127.0.0.1
- killall udpxd