From 861e38d15733fb1b644ebce8543f8583569ec6cc Mon Sep 17 00:00:00 2001
From: Felix Ableitner <me@nutomic.com>
Date: Thu, 10 Dec 2020 20:00:27 +0100
Subject: [PATCH] needs apt-get then

---
 .drone.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.drone.yml b/.drone.yml
index f69c6beb..6dcb5c93 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -80,7 +80,8 @@ steps:
     image: node:15-buster-slim
     user: root
     commands:
-      - apk add bash curl
+      - apt-get update
+      - apt-get -y install --no-install-recommends bash curl
       - cd api_tests/
       - sh prepare-drone-federation-test.sh
       - yarn
-- 
2.44.1