From 3881693e824106aac64e2a36b5e1e19ff5990fec Mon Sep 17 00:00:00 2001 From: crate Date: Mon, 30 Sep 2024 20:03:57 +0000 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e161fce..ead6804 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 RUN pip install --no-cache-dir -r requirements.txt -vvv CMD [ "python", "./garfbot.py" ]