From 56d8ff929df7abe69a140d9b30bdd581984bf0be Mon Sep 17 00:00:00 2001 From: crate Date: Mon, 30 Sep 2024 20:25:22 +0000 Subject: [PATCH] fix dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a044c65..93d5423 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,11 +4,11 @@ WORKDIR /usr/src/app COPY ./requirements.txt . RUN apt update +RUN apt install -y iputils-ping +RUN apt install -y dnsutils RUN apt install -y nmap -# RUN apt install -y rustc RUN apt install -y python3 RUN apt install -y python3-pip -# RUN pip3 install --no-cache-dir -r requirements.txt -vvv RUN pip3 install discord RUN pip3 install openai RUN pip3 install aiohttp