Move entrypoint script into Docker image

This commit is contained in:
3wc
2024-04-09 22:36:18 -03:00
committed by 3wordchant
parent e77432e3ab
commit bd581fd8d7
4 changed files with 2 additions and 16 deletions

View File

@ -1,11 +1,6 @@
#!/bin/sh
set -e -o pipefail
apk add --upgrade --no-cache restic bash python3 py3-pip py3-click py3-docker-py py3-json-logger curl
# Todo use requirements file with specific versions
pip install --break-system-packages resticpy==1.0.2
set -e
if [ -n "$SSH_HOST_KEY" ]
then