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