Skip to content

Commit

Permalink
Add ncurses back in for the time being to fix pihole -v output. It …
Browse files Browse the repository at this point in the history
…was removed in #1366.

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
  • Loading branch information
PromoFaux committed Jul 20, 2023
1 parent 41511c5 commit 8cc91c5
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 8cc91c5

Please sign in to comment.