Removed empty continuation lines

Remove empty continuation lines to avoid errors in a future release
This commit is contained in:
Johannes 2020-11-13 22:05:56 +01:00 committed by GitHub
parent 9cd72e6ba3
commit 55ea218a5f
1 changed files with 1 additions and 6 deletions

View File

@ -1,18 +1,13 @@
FROM debian:buster
#Install dependencies, add proxmox repo and install packages
RUN apt-get update && \
#Install dependencies
apt-get install -y \
wget \
ca-certificates \
&& rm -rf /var/lib/apt/lists/* && \
#Add repository
echo "deb http://download.proxmox.com/debian/pbs buster pbstest" > /etc/apt/sources.list.d/pbstest-beta.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 && \
#Install packages
apt-get update && \
apt-get install -y proxmox-backup-server=0.9.6-1