From 18bf19ee3d8d083ec7a7e12262a483dc2b535265 Mon Sep 17 00:00:00 2001 From: crate Date: Mon, 30 Sep 2024 20:14:21 +0000 Subject: [PATCH] dockerfile rust --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f98864c..6a968da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /usr/src/app COPY ./requirements.txt . RUN apt update RUN apt install -y nmap -RUN apt install -y rust +RUN apt install -y rustc RUN apt install -y python3 RUN apt install -y python3-pip # RUN pip3 install --no-cache-dir -r requirements.txt -vvv