not mounting resolv.conf
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-08-26 16:49:21 +02:00
parent 2729eedfbe
commit c767a1d2d9
2 changed files with 1 additions and 3 deletions

View File

@@ -45,8 +45,7 @@ job "drone-runner" {
privileged = true privileged = true
volumes = [ volumes = [
"/var/run/podman/podman.sock:/var/run/docker.sock", "/var/run/podman/podman.sock:/var/run/docker.sock",
"/etc/containers:/etc/containers", "/etc/containers:/etc/containers"
"/etc/resolv.conf:/etc/resolv.conf"
] ]
} }

View File

@@ -14,7 +14,6 @@ job "drone" {
port "http" { port "http" {
to = 80 to = 80
} }
} }
service { service {