run docker in privileged mode
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
hbr 2021-04-16 10:49:13 +02:00
parent 71b210da64
commit a49be109a6

View File

@ -6,5 +6,6 @@ name: build_lector
steps:
- name: build
image: docker:dind
privileged: true
commands:
- docker build -t lector .