pipeline:
build:
image: golang:latest
commands:
- go build -o segfautils
dockerize:
image: docker
- docker build - < Dockerfile