add file package
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Paul J Stevens 2023-10-29 11:10:22 +01:00
parent 5afe7731b5
commit 36a70dbc31
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ steps:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- apt-get update && apt-get install -y make docker.io curl
- apt-get update && apt-get install -y make docker.io curl file
- make build
push:
image: ubuntu:latest