forked from coop-cloud/backup-bot-two
Update requirements
This commit is contained in:
parent
ec4c4509dc
commit
e5b9bc0446
@ -1,9 +1,9 @@
|
|||||||
FROM docker:24.0.7-dind
|
FROM docker:24.0.7-dind
|
||||||
|
|
||||||
RUN apk add --upgrade --no-cache restic bash python3 py3-pip
|
RUN 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
|
# Todo use requirements file with specific versions
|
||||||
RUN pip install click==8.1.7 docker==6.1.3 resticpy==1.0.2 --break-system-packages
|
RUN pip install --break-system-packages resticpy==1.0.2
|
||||||
|
|
||||||
COPY backupbot.py /usr/bin/backup
|
COPY backupbot.py /usr/bin/backup
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user