Update Dockerfile
This commit is contained in:
@@ -4,6 +4,8 @@ WORKDIR /app
|
|||||||
|
|
||||||
RUN apt update && apt upgrade -y && apt autoremove -y && apt install python3 python3-pip -y && apt install git nano wget curl -y
|
RUN apt update && apt upgrade -y && apt autoremove -y && apt install python3 python3-pip -y && apt install git nano wget curl -y
|
||||||
|
|
||||||
|
RUN pip install schedule
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
ENV IP_PING="127.0.0.1:8080"
|
ENV IP_PING="127.0.0.1:8080"
|
||||||
|
|||||||
Reference in New Issue
Block a user