fix: corrected the installation line
This commit is contained in:
@@ -1,2 +1,6 @@
|
|||||||
|
.git
|
||||||
|
.gitignore
|
||||||
.env
|
.env
|
||||||
|
README.md
|
||||||
|
compose.yaml
|
||||||
.vscode
|
.vscode
|
||||||
|
|||||||
@@ -15,10 +15,7 @@ WORKDIR /downdetector
|
|||||||
# Update and install dependencies
|
# Update and install dependencies
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt upgrade -y && \
|
apt upgrade -y && \
|
||||||
bash \
|
apt install -y bash curl vim cron
|
||||||
curl \
|
|
||||||
vim \
|
|
||||||
cron
|
|
||||||
|
|
||||||
# Copy files
|
# Copy files
|
||||||
COPY isalive.sh .
|
COPY isalive.sh .
|
||||||
|
|||||||
Reference in New Issue
Block a user