Changed to pve-no-subscription and newest version

This commit is contained in:
Johannes 2020-11-13 22:33:21 +01:00 committed by GitHub
parent 50eeebf4cf
commit e311f2dc75
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ RUN apt-get update && \
wget \ wget \
ca-certificates \ ca-certificates \
&& rm -rf /var/lib/apt/lists/* && \ && rm -rf /var/lib/apt/lists/* && \
echo "deb http://download.proxmox.com/debian/pbs buster pbstest" > /etc/apt/sources.list.d/pbstest-beta.list && \ echo "deb http://download.proxmox.com/debian/pbs buster pbs-no-subscription" > /etc/apt/sources.list.d/pbs-no-subscription.list && \
wget http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg && \ wget http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg && \
apt-get update && \ apt-get update && \
apt-get install -y proxmox-backup-server=0.9.6-1 apt-get install -y proxmox-backup-server=1.0.1-1
#Activate backup user #Activate backup user
RUN chsh -s /bin/bash backup RUN chsh -s /bin/bash backup