fix: add missing pkg #5

Merged
vista merged 1 commits from dev into master 2023-03-25 09:31:40 +01:00

View File

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