Fix #2 for v0.8.14-1
This commit is contained in:
parent
3f4f9b5ecb
commit
676c53f550
|
|
@ -10,7 +10,7 @@ RUN wget http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg -O /etc/a
|
|||
|
||||
#Install packages
|
||||
RUN apt-get update
|
||||
RUN 'apt-get install proxmox-backup-server=0.8.14-1 -y'
|
||||
RUN apt-get install -y proxmox-backup-server=0.8.14-1
|
||||
|
||||
#Activate backup user
|
||||
RUN chsh -s /bin/bash backup
|
||||
|
|
|
|||
Loading…
Reference in New Issue