From 25dfb1aae1448704c7e3c9c338d988b25acc1af8 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Sat, 10 Jun 2023 12:24:02 -0400 Subject: [PATCH] install some tooling --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 401e58f..6f23c16 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,4 +8,5 @@ steps: - name: build-and-public-docker-image image: alpine:latest commands: + - apk add git docker make - make docker