diff --git a/Dockerfile b/Dockerfile index 6a968da..ad21a80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM python:3.13.0rc2-bookworm +FROM python:3.11-bookworm⁠ WORKDIR /usr/src/app COPY ./requirements.txt . RUN apt update RUN apt install -y nmap -RUN apt install -y rustc +# 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