Added privilegded mode to the container in pipeline

This commit is contained in:
rhiz0et 2021-12-20 16:05:00 +01:00
parent 7b6fb6b30f
commit 8f5c21ffcd

View File

@ -1,9 +1,8 @@
---
pipeline:
molecule:
image: docker:dind
image: docker:stable-dind
pull: true
privileged: true
commands:
- apk add --no-cache python3 python3-dev py3-pip gcc git curl build-base
autoconf automake py3-cryptography linux-headers musl-dev libffi-dev
@ -14,3 +13,8 @@ pipeline:
- ansible --version
- molecule --version
- molecule test
services:
docker:
image: docker:dind
privileged: true