Skip to content

Commit

Permalink
Merge pull request #1392 from pi-hole/v6/add-ncurses
Browse files Browse the repository at this point in the history
Add `ncurses` back in for the time being to fix pihole -v output.
  • Loading branch information
PromoFaux authored Jul 20, 2023
2 parents 41511c5 + 8cc91c5 commit 46adac8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RUN apk add --no-cache \
iproute2-ss \
jq \
coreutils \
procps
procps \
ncurses

# download a the main repos from github
RUN git clone --depth 1 --single-branch --branch development-v6 https://github.com/pi-hole/AdminLTE.git /var/www/html/admin && \
Expand Down

0 comments on commit 46adac8

Please sign in to comment.