Re-add curl installation
This commit is contained in:
parent
7c38128019
commit
4a6e6646c3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue