Switch to alpine/curl
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2023-07-14 12:44:43 +01:00
parent f668a5a4cd
commit 2f75d29247
1 changed files with 1 additions and 3 deletions

View File

@ -3,10 +3,8 @@ kind: pipeline
name: publish docker image
steps:
- name: download hometown code
image: debian:buster
image: alpine/curl:8.1.2
commands:
- apt update
- apt install -y curl
- curl -o hometown.tar.gz https://github.com/hometown-fork/hometown/archive/refs/tags/v3.5.10+hometown-1.0.8.tar.gz
- "tar -zxvf hometown.tar.gz"
- "rm hometown.tar.gz"