dockerfile rust
This commit is contained in:
parent
68008771d0
commit
090c8eebda
@ -4,8 +4,10 @@ WORKDIR /usr/src/app
|
||||
|
||||
COPY ./requirements.txt .
|
||||
RUN apt update
|
||||
RUN apt install nmap -y
|
||||
RUN apt install -y python3 python3-pip
|
||||
RUN apt install -y nmap
|
||||
RUN apt install -y rust
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user