add a space between && and \ for readability

Make it consistence with other multi-line commands.

Co-authored-by: RD WebDesign <github@rdwebdesign.com.br>
Signed-off-by: Snow <52894530+Gontier-Julien@users.noreply.github.com>
This commit is contained in:
Snow 2023-07-16 12:14:56 +02:00 committed by GitHub
parent f15640505c
commit 030e375386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ RUN apk add --no-cache git \
less
# download a the main repos from github
RUN git clone --branch development-v6 https://github.com/pi-hole/AdminLTE.git /var/www/html/admin &&\
RUN git clone --branch development-v6 https://github.com/pi-hole/AdminLTE.git /var/www/html/admin && \
git clone --branch development-v6 https://github.com/pi-hole/pi-hole.git /etc/.pihole
# Download the latest version of pihole-FTL for alpine: