From ed687e52c35cfefd8630a71cadca532e076d1ad4 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 10 Nov 2023 18:11:32 +0000 Subject: [PATCH] Remove redundant stuff from entrypoint --- abra.sh | 2 +- entrypoint.sh | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/abra.sh b/abra.sh index d806fdb..61b4b9b 100644 --- a/abra.sh +++ b/abra.sh @@ -1,3 +1,3 @@ -export ENTRYPOINT_VERSION=v1 +export ENTRYPOINT_VERSION=v2 export BACKUPBOT_VERSION=v1 export SSH_CONFIG_VERSION=v1 diff --git a/entrypoint.sh b/entrypoint.sh index 8d1048c..3f87263 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,11 +2,6 @@ set -e -o pipefail -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 - if [ -n "$SSH_HOST_KEY" ] then echo "$SSH_HOST_KEY" > /root/.ssh/known_hosts