fix dockerfile
This commit is contained in:
parent
2533be8193
commit
eb11cf80ec
@ -2,7 +2,7 @@ FROM python:3.13.0rc2-bookworm
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY requirements.txt ./
|
||||
COPY requirements.txt .
|
||||
RUN apt update
|
||||
RUN apt install nmap -y
|
||||
RUN pip install --no-cache-dir -r requirements.txt -vvv
|
||||
|
Loading…
Reference in New Issue
Block a user