forked from coop-cloud/backup-bot-two
remove package versions, to avoid conflicts
This commit is contained in:
parent
c3f3d1a6fe
commit
4240318d20
@ -2,11 +2,7 @@
|
||||
|
||||
set -e -o pipefail
|
||||
|
||||
apk add --upgrade --no-cache \
|
||||
restic=0.15.2-r3 \
|
||||
bash=5.2.15-r5 \
|
||||
python3=3.11.5-r0 \
|
||||
py3-pip=23.1.2-r0
|
||||
apk add --upgrade --no-cache restic bash python3 py3-pip
|
||||
|
||||
# Todo use requirements file with specific versions
|
||||
pip install click==8.1.7 docker==6.1.3 resticpy==1.0.2
|
||||
|
Loading…
Reference in New Issue
Block a user