From c5354039287c16f3ce893b6daf78d90b7cb1943d Mon Sep 17 00:00:00 2001 From: valberg Date: Fri, 29 May 2020 20:42:57 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e433b1f..2267835 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,8 +3,10 @@ name: default steps: - name: build - image: debian:buster + image: debian:buster-slim commands: + - apt-get update; apt-get upgrade + - apt-get install -y wget - wget https://github.com/gohugoio/hugo/releases/download/v0.62.1/hugo_0.62.1_Linux-64bit.deb -O hugo.deb - dpkg -i hugo.deb - hugo --destination _site/