dockerfile python version
This commit is contained in:
parent
18bf19ee3d
commit
dfac5753a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user