update dockerfile
This commit is contained in:
parent
41c27b5094
commit
1c922bd48b
@ -1,8 +1,10 @@
|
||||
FROM python:3.11
|
||||
FROM python:3.13.0rc2-bookworm
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY requirements.txt ./
|
||||
RUN apt update
|
||||
Run apt install nmap
|
||||
RUN pip install --no-cache-dir -r requirements.txt -vvv
|
||||
|
||||
CMD [ "python", "./garfbot.py" ]
|
||||
|
Loading…
Reference in New Issue
Block a user