From 0a98544447d75a93d090a581fcf4d2ff218bfe6f Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 13 Oct 2018 16:21:36 +0200 Subject: [PATCH] Install make --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0f0c787..4e24a37 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ pipeline: build: image: local/pandoc commands: - - apt-get update && apt-get -y install graphviz + - apt-get update && apt-get -y install graphviz build-essential - make compress: