kind: pipeline
type: docker
name: hello
steps:
- name: install
image: ubuntu
commands:
- apt-get update
- apt-get install ssh -y -q