From 090c8eebda433eaf905c70bc9b4d81d2754e6afa Mon Sep 17 00:00:00 2001 From: crate Date: Mon, 30 Sep 2024 20:13:52 +0000 Subject: [PATCH] dockerfile rust --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index aaa2b27..f98864c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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