From 0ced8af6641211fdefe3914e6db8f309447592a5 Mon Sep 17 00:00:00 2001 From: lagertonne Date: Fri, 1 Jan 2021 22:16:37 +0100 Subject: [PATCH] Fix dependencies --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7056976..6146217 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,5 +8,5 @@ steps: commands: - apt update - apt upgrade -y - - apt install -y build-essential + - apt install -y build-essential devscripts lintian - debuild