added apt update

This commit is contained in:
2024-07-08 12:18:18 -04:00
parent b7f1ff6499
commit 98a27e4046
2 changed files with 2 additions and 1 deletions

View File

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

View File

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