Updated to change /tmp to allow writes

This commit is contained in:
2024-07-08 15:46:16 -04:00
parent 1d9f9f8708
commit 2a8e6a70c1
2 changed files with 3 additions and 1 deletions

View File

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

View File

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