fix: add missing pkg
All checks were successful
ci/woodpecker/pr/build Pipeline was successful

This commit is contained in:
2023-03-25 09:31:07 +01:00
parent 0d83e3ae2d
commit f56a386f66

View File

@@ -9,7 +9,7 @@ pipeline:
BASE: alpine:latest BASE: alpine:latest
TARGET: vistanarvas/${CI_REPO_NAME}:latest TARGET: vistanarvas/${CI_REPO_NAME}:latest
commands: commands:
- apk add curl jq - apk add curl jq dateutils
- sh check.sh - sh check.sh
when: when:
cron: nightly cron: nightly