From 4cfe1433261709b95b9c45588e48f125fcdd7f30 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Fri, 23 Oct 2020 05:12:13 +0200 Subject: [PATCH] Install docker using convenience script --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 38dfe20..1af3620 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,8 @@ steps: image: debian:buster commands: - apt update - - apt install -y bats docker + - apt install -y bats curl + - curl -fsSL https://get.docker.com | sh - bats test.bats trigger: branch: