From 194fe3121f26d4191eec21f26a1f86cda8893323 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Mon, 3 Jul 2023 19:06:55 +0100 Subject: [PATCH] Add nano and less to the image Signed-off-by: Adam Warner --- src/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index 3f007ce92..c50630852 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -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