fix dockerfile
This commit is contained in:
parent
353198e6f4
commit
56d8ff929d
@ -4,11 +4,11 @@ WORKDIR /usr/src/app
|
|||||||
|
|
||||||
COPY ./requirements.txt .
|
COPY ./requirements.txt .
|
||||||
RUN apt update
|
RUN apt update
|
||||||
|
RUN apt install -y iputils-ping
|
||||||
|
RUN apt install -y dnsutils
|
||||||
RUN apt install -y nmap
|
RUN apt install -y nmap
|
||||||
# RUN apt install -y rustc
|
|
||||||
RUN apt install -y python3
|
RUN apt install -y python3
|
||||||
RUN apt install -y python3-pip
|
RUN apt install -y python3-pip
|
||||||
# RUN pip3 install --no-cache-dir -r requirements.txt -vvv
|
|
||||||
RUN pip3 install discord
|
RUN pip3 install discord
|
||||||
RUN pip3 install openai
|
RUN pip3 install openai
|
||||||
RUN pip3 install aiohttp
|
RUN pip3 install aiohttp
|
||||||
|
Loading…
Reference in New Issue
Block a user