From b5d8b1eb171223942000747833b710842e5387be Mon Sep 17 00:00:00 2001 From: ktyl Date: Mon, 26 Sep 2022 20:39:31 +0100 Subject: [PATCH] install ssh-agent --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6796c55..dc46419 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,6 @@ name: hello steps: - name: greeting - image: ubuntu + image: alpine commands: - - ssh-agent + - apt install ssh-agent