Merge pull request #1 from mslookup/experimental
Testing Auto Update Images every day
This commit is contained in:
commit
d35e633861
|
|
@ -10,7 +10,7 @@ RUN wget http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg -O /etc/a
|
||||||
|
|
||||||
#Install packages
|
#Install packages
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y proxmox-backup-server=0.8.14-1
|
RUN apt-get install -y proxmox-backup-server
|
||||||
|
|
||||||
#Activate backup user
|
#Activate backup user
|
||||||
RUN chsh -s /bin/bash backup
|
RUN chsh -s /bin/bash backup
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue