added apt-utils
This commit is contained in:
@@ -5,7 +5,7 @@ ENV LANG C.UTF-8
|
||||
# Copy data for add-on
|
||||
COPY run.sh /
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y ca-certificates wget
|
||||
RUN apt-get install -y ca-certificates wget apt-utils
|
||||
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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "PBS",
|
||||
"version": "20240326.6",
|
||||
"version": "20240326.7",
|
||||
"slug": "pbs",
|
||||
"description": "Proxmox Backup Server",
|
||||
"url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS",
|
||||
|
||||
Reference in New Issue
Block a user