From 2a8e6a70c126db34a091f00654010a5ae863ec6c Mon Sep 17 00:00:00 2001 From: John Date: Mon, 8 Jul 2024 15:46:16 -0400 Subject: [PATCH] Updated to change /tmp to allow writes --- PBS-Client/Dockerfile | 2 ++ PBS-Client/config.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/PBS-Client/Dockerfile b/PBS-Client/Dockerfile index 669e671..8d3950b 100644 --- a/PBS-Client/Dockerfile +++ b/PBS-Client/Dockerfile @@ -5,6 +5,8 @@ ENV DEBIAN_FRONTEND=noninteractive COPY proxmox-backup-client_3.2.7-1_arm64.deb / COPY run.sh / +RUN chmod -R a+rw /tmp + RUN apt-get update RUN apt-get install -y jq RUN apt-get install -y /proxmox-backup-client_3.2.7-1_arm64.deb diff --git a/PBS-Client/config.json b/PBS-Client/config.json index 2b3bd23..cd9fc61 100644 --- a/PBS-Client/config.json +++ b/PBS-Client/config.json @@ -1,6 +1,6 @@ { "name": "PBS-Client", - "version": "20240708.22", + "version": "20240708.23", "slug": "pbs-client", "description": "Proxmox Backup Client", "url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS-Client",