Added privilegded mode to the container in pipeline
This commit is contained in:
parent
75265ca606
commit
7b6fb6b30f
@ -3,6 +3,7 @@ pipeline:
|
|||||||
molecule:
|
molecule:
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
pull: true
|
pull: true
|
||||||
|
privileged: true
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache python3 python3-dev py3-pip gcc git curl build-base
|
- apk add --no-cache python3 python3-dev py3-pip gcc git curl build-base
|
||||||
autoconf automake py3-cryptography linux-headers musl-dev libffi-dev
|
autoconf automake py3-cryptography linux-headers musl-dev libffi-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user