From 5286790281bae49febe328596cca24ccac19e88e Mon Sep 17 00:00:00 2001 From: Leonard Excoffier <48970393+excoffierleonard@users.noreply.github.com> Date: Sat, 7 Sep 2024 17:46:29 -0400 Subject: [PATCH] fix: corrected the installation line --- .dockerignore | 4 ++++ DOCKERFILE | 5 +---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.dockerignore b/.dockerignore index 8661818..821bf92 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,6 @@ +.git +.gitignore .env +README.md +compose.yaml .vscode diff --git a/DOCKERFILE b/DOCKERFILE index caa6907..d445521 100644 --- a/DOCKERFILE +++ b/DOCKERFILE @@ -15,10 +15,7 @@ WORKDIR /downdetector # Update and install dependencies RUN apt update && \ apt upgrade -y && \ - bash \ - curl \ - vim \ - cron + apt install -y bash curl vim cron # Copy files COPY isalive.sh .