Add nano and less to the image

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2023-07-03 19:06:55 +01:00
parent 1a09d39444
commit 194fe3121f
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

View File

@ -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