Trying another way since the PBS-client is not installing

This commit is contained in:
2024-03-26 19:25:49 -04:00
parent 9d9caf40ae
commit ad0850aafe
2 changed files with 4 additions and 3 deletions

View File

@@ -6,8 +6,9 @@ ENV LANG C.UTF-8
COPY run.sh /
RUN apt update
RUN apt install -y ca-certificates wget
RUN wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
RUN echo deb http://download.proxmox.com/debian/pbs-client bookworm main > /etc/apt/sources.list.d/pbs.list
#RUN wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
RUN wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O- | apt-key add -
RUN echo deb http://download.proxmox.com/debian/pbs-client bookworm main > /etc/apt/sources.list.d/pbs-client.list
RUN apt update
RUN apt install -y proxmox-backup-client
RUN chmod a+x /run.sh

View File

@@ -1,6 +1,6 @@
{
"name": "PBS",
"version": "20240326.3",
"version": "20240326.4",
"slug": "pbs",
"description": "Proxmox Backup Server",
"url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS",