feat: added nano install for ease of use

This commit is contained in:
Leonard Excoffier
2024-09-07 18:16:12 -04:00
parent 2fc02f4204
commit d62a79df30

View File

@@ -15,7 +15,7 @@ WORKDIR /downdetector
# Update and install dependencies # Update and install dependencies
RUN apt update && \ RUN apt update && \
apt upgrade -y && \ apt upgrade -y && \
apt install -y bash curl vim cron apt install -y bash curl vim nano cron
# Copy files # Copy files
COPY isalive.sh . COPY isalive.sh .