Add support for building docker containers on CI

This is easier than dind
This commit is contained in:
Jake Howard 2022-02-14 09:09:28 +00:00
parent 6b63c2685b
commit c34b9e48f4
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -14,7 +14,7 @@ check_interval = 10
[runners.docker]
image = "alpine"
privileged = false
privileged = true
disable_cache = false
volumes = ["/cache"]
volumes = ["/cache", "/var/run/docker.sock:/var/run/docker.sock:ro"]
pull_policy = "if-not-present"