Re-add curl installation

This commit is contained in:
askiiart 2023-09-01 22:02:09 -05:00
parent 7c38128019
commit 4a6e6646c3
No known key found for this signature in database
GPG key ID: 85505F3A2264FA01

View file

@ -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