From 4a6e6646c341b7f6fdf6d150fc5f40a817c25518 Mon Sep 17 00:00:00 2001 From: askiiart Date: Fri, 1 Sep 2023 22:02:09 -0500 Subject: [PATCH] Re-add curl installation --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 44da8ed..bbd6b22 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,8 @@ steps: - name: Download dart sass and hugo image: debian:stable-slim commands: + - 'apt-get update' + - 'apt-get install -y curl' - '/drone/src/download.sh' - name: build and publish docker image image: plugins/docker