Skip to content

Commit

Permalink
Merge pull request #1381 from Gontier-Julien/development-v6
Browse files Browse the repository at this point in the history
Remove one layer by having both git clone together
  • Loading branch information
PromoFaux authored Jul 16, 2023
2 parents 794ed20 + 030e375 commit 91f0771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ 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/pi-hole.git /etc/.pihole
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:
# Probably need this to be built for different FTLARCHs
Expand Down

0 comments on commit 91f0771

Please sign in to comment.