fix dockerfile
This commit is contained in:
parent
3881693e82
commit
2533be8193
@ -4,7 +4,7 @@ WORKDIR /usr/src/app
|
|||||||
|
|
||||||
COPY requirements.txt ./
|
COPY requirements.txt ./
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install nmap
|
RUN apt install nmap -y
|
||||||
RUN pip install --no-cache-dir -r requirements.txt -vvv
|
RUN pip install --no-cache-dir -r requirements.txt -vvv
|
||||||
|
|
||||||
CMD [ "python", "./garfbot.py" ]
|
CMD [ "python", "./garfbot.py" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user