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