From 033120df07f3635e06d720b02e753515da4a9dba Mon Sep 17 00:00:00 2001 From: NADAL Jean-Baptiste Date: Wed, 10 Apr 2019 23:38:12 +0200 Subject: [PATCH] Add Missing build deps --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 80ce941d..0f8af7d4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,6 @@ pipeline: image: ubuntu commands: - apt-get update - - apt-get install -y build-essential file + - apt-get install -y build-essential file wget cpio python unzip rsync bc git - make -C projects/rpi_domo/ - make -C projects/rpi_domo/ buildroot.check-package