debug
This commit is contained in:
parent
b178711b78
commit
3535ca52b1
1 changed files with 11 additions and 0 deletions
11
.woodpecker/debug.yml
Normal file
11
.woodpecker/debug.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: docker_build
|
||||||
|
steps:
|
||||||
|
gitleaks:
|
||||||
|
image: registry.mgrote.net/ui/allzweckcontainer:master
|
||||||
|
commands:
|
||||||
|
- apt update
|
||||||
|
- apt install dnsutils
|
||||||
|
- nslookup dl-cdn.alpinelinux.org
|
Loading…
Reference in a new issue