---
kind: pipeline
type: docker
name: build_lector
steps:
- name: build
image: docker:dind
privileged: true
commands:
- docker build -t lector .