From d62a79df306323a59d9fb5ae66500ca4089e8400 Mon Sep 17 00:00:00 2001 From: Leonard Excoffier <48970393+excoffierleonard@users.noreply.github.com> Date: Sat, 7 Sep 2024 18:16:12 -0400 Subject: [PATCH] feat: added nano install for ease of use --- DOCKERFILE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCKERFILE b/DOCKERFILE index 2340cb8..7726ba7 100644 --- a/DOCKERFILE +++ b/DOCKERFILE @@ -15,7 +15,7 @@ WORKDIR /downdetector # Update and install dependencies RUN apt update && \ apt upgrade -y && \ - apt install -y bash curl vim cron + apt install -y bash curl vim nano cron # Copy files COPY isalive.sh .