modified: .gitea/workflows/ docker-image.deploy.yml
All checks were successful
/ build-docker-image (push) Successful in 10s
All checks were successful
/ build-docker-image (push) Successful in 10s
modified: pbsclient/docker/Dockerfile
This commit is contained in:
@@ -3,7 +3,7 @@ FROM debian:bookworm-slim
|
||||
RUN apt-get update
|
||||
RUN apt install -y 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 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 /entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user