From f008e065b776309da2299e9972f31ae8c6dce8c2 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Sun, 10 Mar 2019 15:19:35 -0700 Subject: [PATCH] Add flag --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b98fc01..8edcc07 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: image: ubuntu:bionic commands: - apt-get update - - apt-get install make wget + - apt-get install -y --no-install-recommends make wget - make build/qemu-x86_64-static - name: build @@ -29,7 +29,7 @@ steps: image: ubuntu:bionic commands: - apt-get update - - apt-get install make wget + - apt-get install -y --no-install-recommends make wget - make build/qemu-arm-static - name: build