diff --git a/Dockerfile b/Dockerfile index 86a889d..82271a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,9 @@ ENV DOCKER_KASSOUBOT=True COPY requirements.txt . RUN apt update && \ - apt install git && \ + apt install git -y && \ pip install -r requirements.txt && \ - apt remove git + apt purge git COPY README.md . COPY src .