Fix python package install error
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Moritz 2023-12-19 01:16:12 +01:00
parent ac055c932e
commit 65686cd891
2 changed files with 3 additions and 2 deletions

View File

@ -27,6 +27,7 @@ services:
target: /usr/bin/backup
mode: 0555
entrypoint: ['/entrypoint.sh']
#entrypoint: ['tail', '-f','/dev/null']
healthcheck:
test: "pgrep crond"
interval: 30s

View File

@ -2,10 +2,10 @@
set -e -o pipefail
apk add --upgrade --no-cache restic bash python3 py3-pip
apk add --upgrade --no-cache restic bash python3 py3-pip py3-click py3-docker-py py3-json-logger
# Todo use requirements file with specific versions
pip install click==8.1.7 docker==6.1.3 resticpy==1.0.2 python-json-logger==2.0.7
pip install --break-system-packages resticpy==1.0.2
if [ -n "$SSH_HOST_KEY" ]
then