Update Dockerfile

This commit is contained in:
Johannes 2020-12-05 13:39:21 +01:00 committed by GitHub
parent 2194a94dff
commit b06121b310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RUN apt-get update && \
echo "deb http://download.proxmox.com/debian/pbs buster pbs-no-subscription" > /etc/apt/sources.list.d/pbs-no-subscription.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=1.0.1-1 apt-get install -y proxmox-backup-server=1.0.5-1
#Activate backup user #Activate backup user
RUN chsh -s /bin/bash backup RUN chsh -s /bin/bash backup