Skip to content

Commit

Permalink
Add nano and less to the image
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Warner <[email protected]>
  • Loading branch information
PromoFaux committed Jul 3, 2023
1 parent 1a09d39 commit 194fe31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ RUN apk add --no-cache git \
dhcpcd \
openrc \
ncurses \
newt
newt \
nano \
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
Expand Down

0 comments on commit 194fe31

Please sign in to comment.