fix: corrected the installation line

This commit is contained in:
Leonard Excoffier
2024-09-07 17:46:29 -04:00
parent 275db94d24
commit 5286790281
2 changed files with 5 additions and 4 deletions

View File

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