This commit is contained in:
2024-04-03 09:45:44 +02:00
parent 67bff86893
commit 90f4ae3dc3
2 changed files with 4 additions and 3 deletions

View File

@@ -11,5 +11,6 @@ RUN apk add -v --update --no-cache \
py3-pip \
groff \
less \
jq
RUN pip3 install --upgrade awscli
jq \
aws-cli
#RUN pip3 install --upgrade awscli

View File

@@ -1,6 +1,6 @@
{
"name": "bitlab S3 Backup",
"version": "1.0.1",
"version": "1.0.2",
"slug": "bitlab-s3-backup",
"description": "Sync Backups to bitlab S3 storage",
"url": "https://git.bitlab.ch/bitlab/ha-addon",