fixed package installation
Some checks failed
ci/woodpecker/push/db Pipeline failed

This commit is contained in:
Stephan D
2025-11-07 01:21:17 +01:00
parent ed219040a9
commit 8de7c57c41

View File

@@ -36,7 +36,7 @@ steps:
REGISTRY_URL: registry.sendico.io
MONGO_VERSION: latest
commands:
- apk add --no-cache bash coreutils sed
- microdnf install -y bash coreutils-single sed && microdnf clean all
- mkdir -p ci/prod/env
- set -a; . ./ci/prod/.env.runtime; set +a
- set -a; . ./.env.version; set +a