dockerfile python version

This commit is contained in:
crate 2024-09-30 20:17:10 +00:00
parent 18bf19ee3d
commit dfac5753a1

View File

@ -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