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