From 98a27e404664a44568c09bc6797d82a13fc67a51 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 8 Jul 2024 12:18:18 -0400 Subject: [PATCH] added apt update --- PBS-Client/Dockerfile | 1 + PBS-Client/config.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/PBS-Client/Dockerfile b/PBS-Client/Dockerfile index 16580a5..b1c406b 100644 --- a/PBS-Client/Dockerfile +++ b/PBS-Client/Dockerfile @@ -6,6 +6,7 @@ ENV LANG C.UTF-8 COPY run.sh / COPY proxmox-backup-client_3.2.7-1_arm64.deb / +RUN apt update RUN apt install /proxmox-backup-client_3.2.7-1_arm64.deb RUN chmod a+x /run.sh diff --git a/PBS-Client/config.json b/PBS-Client/config.json index 3cd56ae..1240949 100644 --- a/PBS-Client/config.json +++ b/PBS-Client/config.json @@ -1,6 +1,6 @@ { "name": "PBS-Client", - "version": "20240708.3", + "version": "20240708.4", "slug": "pbs-client", "description": "Proxmox Backup Client", "url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS-Client",