dockerfile
This commit is contained in:
parent
44f255512a
commit
68008771d0
@ -6,6 +6,10 @@ COPY ./requirements.txt .
|
|||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install nmap -y
|
RUN apt install nmap -y
|
||||||
RUN apt install -y python3 python3-pip
|
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" ]
|
CMD [ "python", "./garfbot.py" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user