add pbs-client image dev container
/ build-image (push) Successful in 48s

This commit is contained in:
Márcio Fernandes
2026-07-17 23:33:26 +00:00
parent d1462b22be
commit 0a71e0c2ba
3 changed files with 35 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ RUN wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /
RUN echo "deb http://download.proxmox.com/debian/pbs-client bookworm main" > /etc/apt/sources.list.d/pbs.list
RUN apt update
RUN apt install -y proxmox-backup-client
COPY ./docker/scripts/entrypoint.sh /usr/local/bin/entrypoint.sh
COPY ./scripts/entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh
ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]