From 68008771d0863fb985bbe170c2727e8c0a1e4534 Mon Sep 17 00:00:00 2001 From: crate Date: Mon, 30 Sep 2024 20:10:44 +0000 Subject: [PATCH] dockerfile --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4e14a2a..aaa2b27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,10 @@ COPY ./requirements.txt . RUN apt update RUN apt install nmap -y RUN apt install -y python3 python3-pip -RUN pip3 install --no-cache-dir -r requirements.txt -vvv +# RUN pip3 install --no-cache-dir -r requirements.txt -vvv +RUN pip3 install discord +RUN pip3 install openai +RUN pip3 install aiohttp +RUN pip3 install requests CMD [ "python", "./garfbot.py" ]