diff --git a/Dockerfile b/Dockerfile index a6f6ec4..e38a8e9 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.10 RUN apt update -RUN apt install curl +RUN apt install curl -y WORKDIR /app/ ADD requirements.txt /app/ ADD . /app/