Remove redundant stuff from entrypoint

This commit is contained in:
3wc 2023-11-10 18:11:32 +00:00
parent cf06532da9
commit ed687e52c3
2 changed files with 1 additions and 6 deletions

View File

@ -1,3 +1,3 @@
export ENTRYPOINT_VERSION=v1
export ENTRYPOINT_VERSION=v2
export BACKUPBOT_VERSION=v1
export SSH_CONFIG_VERSION=v1

View File

@ -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