Skip to content

Commit

Permalink
add a space between && and \ for readability
Browse files Browse the repository at this point in the history
Make it consistence with other multi-line commands.

Co-authored-by: RD WebDesign <[email protected]>
Signed-off-by: Snow <[email protected]>
  • Loading branch information
Gontier-Julien and rdwebdesign authored Jul 16, 2023
1 parent f156405 commit 030e375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 030e375

Please sign in to comment.