diff --git a/Dockerfile b/Dockerfile index ead6804..3b05075 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /usr/src/app COPY requirements.txt ./ RUN apt update -RUN apt install nmap +RUN apt install nmap -y RUN pip install --no-cache-dir -r requirements.txt -vvv CMD [ "python", "./garfbot.py" ]